diff options
author | David Robillard <d@drobilla.net> | 2008-09-30 16:50:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-30 16:50:21 +0000 |
commit | 93850c202de8b073a1ce1dd8bd246d407bce4e2f (patch) | |
tree | 6910b135bf4eff12de1af116cef73f6e9c107cd0 /src/shared/Makefile.am | |
parent | a8bf5272d096de73507d2eab47f282c345f4ca8a (diff) | |
download | ingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.tar.gz ingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.tar.bz2 ingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.zip |
Flatten ingen source directory heirarchy a bit.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1551 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r-- | src/shared/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am new file mode 100644 index 00000000..c26c98a2 --- /dev/null +++ b/src/shared/Makefile.am @@ -0,0 +1,22 @@ +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 |