summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-22 03:26:33 +0000
committerDavid Robillard <d@drobilla.net>2008-08-22 03:26:33 +0000
commita9752045917cd90e763d93077f89a74114774a7e (patch)
treee3076ff94b0b6cf5ef1dfc36010127f9d898f451 /src
parentc23a613ed717319f4bb860e986a7c97a77d0cc65 (diff)
downloadingen-a9752045917cd90e763d93077f89a74114774a7e.tar.gz
ingen-a9752045917cd90e763d93077f89a74114774a7e.tar.bz2
ingen-a9752045917cd90e763d93077f89a74114774a7e.zip
Lash D-Bus support and projects list from LADI Patchage, with improvements/cleanup/sanification/etc.
Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/ingen@1462 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/libs/engine/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am
index 4e0ac130..2d714fc4 100644
--- a/src/libs/engine/Makefile.am
+++ b/src/libs/engine/Makefile.am
@@ -9,7 +9,6 @@ libingen_engine_la_CXXFLAGS = \
@GLIBMM_CFLAGS@ \
@INGEN_CFLAGS@ \
@JACK_CFLAGS@ \
- @LASH_CFLAGS@ \
@LIBLO_CFLAGS@ \
@LV2_OSC_CFLAGS@ \
@RAUL_CFLAGS@ \
@@ -23,7 +22,6 @@ libingen_engine_la_LIBADD = \
../module/libingen_module.la \
@GLIBMM_LIBS@ \
@JACK_LIBS@ \
- @LASH_LIBS@ \
@LIBLO_LIBS@ \
@LV2_OSC_LIBS@ \
@RAUL_LIBS@ \