diff options
Diffstat (limited to 'src')
-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 + |