git-svn-id: http://svn.drobilla.net/lad@18 a436a847-0d15-0410-975c-d299462d15a1
This commit is contained in:
dave 2006-06-10 03:05:30 +00:00
parent cddae3d703
commit 2bb9433fc1
2 changed files with 3 additions and 15 deletions

View File

@ -1,16 +1,3 @@
SUBDIRS =
SUBDIRS = libs progs
DIST_SUBDIRS = common
if BUILD_ENGINE
SUBDIRS += engine
endif
if BUILD_CONSOLE_CLIENTS
SUBDIRS += clients
endif
if BUILD_GTK_CLIENT
SUBDIRS += clients
endif

View File

@ -3,10 +3,11 @@ AM_CXXFLAGS = -I$(top_srcdir)/src/common -fno-exceptions -fno-rtti
SUBDIRS = . python supercollider
if BUILD_CONSOLE_CLIENTS
SUBDIRS += patch_loader patches demolition
SUBDIRS += patch_loader demolition
endif
if BUILD_GTK_CLIENT
SUBDIRS += gtk
endif