diff options
author | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
commit | cf1c161a0209cdce869a3e8c3b48b1d53c1bab00 (patch) | |
tree | f56c68b22bb013127ed5bc02501ee124ae46d873 /src/progs/ingen | |
parent | db1861e76aa1a42789c78f37f110cc81c0339a2d (diff) | |
download | ingen-cf1c161a0209cdce869a3e8c3b48b1d53c1bab00.tar.gz ingen-cf1c161a0209cdce869a3e8c3b48b1d53c1bab00.tar.bz2 ingen-cf1c161a0209cdce869a3e8c3b48b1d53c1bab00.zip |
Removed recursive autohell, except for SLv2.
Always build against local copies, hopefully fixing broken compilation against outdated system versions.
git-svn-id: http://svn.drobilla.net/lad/ingen@610 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingen')
-rw-r--r-- | src/progs/ingen/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/progs/ingen/Makefile.am b/src/progs/ingen/Makefile.am index 7a500868..7f84191e 100644 --- a/src/progs/ingen/Makefile.am +++ b/src/progs/ingen/Makefile.am @@ -1,13 +1,12 @@ -AM_CXXFLAGS = @RAUL_CFLAGS@ @GTHREAD_CFLAGS@ -I$(top_srcdir)/src/common -I$(top_srcdir)/src/libs -DINGEN_MODULE_DIR=\"$(libdir)/ingen\" +AM_CXXFLAGS = -I$(top_srcdir)/raul -I$(top_srcdir)/ingen/src/common -I$(top_srcdir)/ingen/src/libs -DINGEN_MODULE_DIR=\"$(libdir)/ingen\" @GTHREAD_CFLAGS@ @GLIBMM_CFLAGS@ MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST = ingen_dev desktopfilesdir = $(datadir)/applications dist_desktopfiles_DATA = ingen.desktop bin_PROGRAMS = ingen -ingen_LDADD = @RAUL_LIBS@ @GTHREAD_LIBS@../../libs/module/libingen_module.la +ingen_LDADD = @RAUL_LIBS@ @GTHREAD_LIBS@ @GLIBMM_LIBS@ ../../libs/module/libingen_module.la ingen_DEPENDENCIES = ../../libs/module/libingen_module.la ingen_SOURCES = \ |