diff options
author | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
commit | b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746 (patch) | |
tree | 6ad95758cfa9037eb66339786bb6bc9eabd001a4 /src/shared | |
parent | 41d5634a6ae1f9b0256801ae5cf692f16e2863ba (diff) | |
download | ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.gz ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.bz2 ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.zip |
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am deleted file mode 100644 index c26c98a2..00000000 --- a/src/shared/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -noinst_LTLIBRARIES = libingen_shared.la - -libingen_shared_la_CXXFLAGS = \ - @GLIBMM_CFLAGS@ \ - @INGEN_CFLAGS@ \ - @RAUL_CFLAGS@ \ - @REDLANDMM_CFLAGS@ \ - @SLV2_CFLAGS@ - -libingen_shared_la_SOURCES = \ - Builder.cpp \ - Builder.hpp \ - ClashAvoider.cpp \ - ClashAvoider.hpp \ - LV2Features.cpp \ - LV2Features.hpp \ - LV2URIMap.cpp \ - LV2URIMap.hpp \ - OSCSender.cpp \ - OSCSender.hpp \ - Store.cpp \ - Store.hpp |