summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-10 04:01:53 +0000
committerDavid Robillard <d@drobilla.net>2006-06-10 04:01:53 +0000
commit9a3d8d0604a2f81e3514e8a1a30aaf41aadf73a2 (patch)
tree87747e973904777ab553bb456d354f487a943f15 /src/libs/engine
parenta8014efbed9eae51ebb78433f7173c8fdbef70eb (diff)
downloadingen-9a3d8d0604a2f81e3514e8a1a30aaf41aadf73a2.tar.gz
ingen-9a3d8d0604a2f81e3514e8a1a30aaf41aadf73a2.tar.bz2
ingen-9a3d8d0604a2f81e3514e8a1a30aaf41aadf73a2.zip
Actually got all this stuff building again
git-svn-id: http://svn.drobilla.net/lad/grauph@21 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine')
-rw-r--r--src/libs/engine/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am
index 3b425ba2..6f0c023d 100644
--- a/src/libs/engine/Makefile.am
+++ b/src/libs/engine/Makefile.am
@@ -1,11 +1,11 @@
SUBDIRS = tests
DIST_SUBDIRS = events
-AM_CXXFLAGS = @JACK_CFLAGS@ @LOSC_CFLAGS@ @ALSA_CFLAGS@ @LASH_CFLAGS@ @SLV2_CFLAGS@ -I$(top_srcdir)/src/libom_la -I$(top_srcdir)/src/engine/events -fno-exceptions -fno-rtti
+AM_CXXFLAGS = @JACK_CFLAGS@ @LOSC_CFLAGS@ @ALSA_CFLAGS@ @LASH_CFLAGS@ @SLV2_CFLAGS@ -I$(top_srcdir)/src/common -I$(top_srcdir)/src/libs/engine/events -fno-exceptions -fno-rtti
MAINTAINERCLEANFILES = Makefile.in
-LTLIBRARIES = libom.la
+noinst_LTLIBRARIES = libom.la
libom_la_SOURCES = \
util.h \