diff options
author | David Robillard <d@drobilla.net> | 2006-06-10 03:05:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-10 03:05:30 +0000 |
commit | b2698a26d4597d1325b1d882fe97333b229497a2 (patch) | |
tree | 58892510bc2ba7c4caf1f241d97bdafe22ba8c53 | |
parent | 44a712694ee5b2f0ff56cd3b5d408e06bdc1328e (diff) | |
download | ingen-b2698a26d4597d1325b1d882fe97333b229497a2.tar.gz ingen-b2698a26d4597d1325b1d882fe97333b229497a2.tar.bz2 ingen-b2698a26d4597d1325b1d882fe97333b229497a2.zip |
Cleanups
git-svn-id: http://svn.drobilla.net/lad/grauph@18 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/Makefile.am | 15 | ||||
-rw-r--r-- | src/progs/Makefile.am | 3 |
2 files changed, 3 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index db353658..4c02c4c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 - - diff --git a/src/progs/Makefile.am b/src/progs/Makefile.am index 685976dc..ad10dcf6 100644 --- a/src/progs/Makefile.am +++ b/src/progs/Makefile.am @@ -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 + |