From 5b150ba318264695983c525ce3b582b8194ddc7d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Nov 2007 04:06:13 +0000 Subject: Add independent building stuff for ingen. git-svn-id: http://svn.drobilla.net/lad/ingen@906 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/serialisation/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libs/serialisation') 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@ -- cgit v1.2.1