From a9752045917cd90e763d93077f89a74114774a7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Aug 2008 03:26:33 +0000 Subject: 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 --- src/libs/engine/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs/engine/Makefile.am') 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@ \ -- cgit v1.2.1