diff options
author | David Robillard <d@drobilla.net> | 2007-11-05 04:06:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-05 04:06:13 +0000 |
commit | 5b150ba318264695983c525ce3b582b8194ddc7d (patch) | |
tree | 6c8ee9b5766728fd565a4c5c4b56e231661cf798 /src/libs/serialisation | |
parent | 9e8425f0d5f9e2d8a7db45a29a3bb93b824a11c4 (diff) | |
download | ingen-5b150ba318264695983c525ce3b582b8194ddc7d.tar.gz ingen-5b150ba318264695983c525ce3b582b8194ddc7d.tar.bz2 ingen-5b150ba318264695983c525ce3b582b8194ddc7d.zip |
Add independent building stuff for ingen.
git-svn-id: http://svn.drobilla.net/lad/ingen@906 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/serialisation')
-rw-r--r-- | src/libs/serialisation/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/serialisation/Makefile.am b/src/libs/serialisation/Makefile.am index 0ceae510..0f5df646 100644 --- a/src/libs/serialisation/Makefile.am +++ b/src/libs/serialisation/Makefile.am @@ -5,8 +5,7 @@ moduledir = $(libdir)/ingen module_LTLIBRARIES = libingen_serialisation.la libingen_serialisation_la_CXXFLAGS = \ - -I$(top_srcdir)/ingen/src/common \ - -I$(top_srcdir)/ingen/src/libs \ + @INGEN_CFLAGS@ \ @RAUL_CFLAGS@ \ @GLIBMM_CFLAGS@ \ @SLV2_CFLAGS@ |