summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-10 03:05:30 +0000
committerDavid Robillard <d@drobilla.net>2006-06-10 03:05:30 +0000
commitb2698a26d4597d1325b1d882fe97333b229497a2 (patch)
tree58892510bc2ba7c4caf1f241d97bdafe22ba8c53 /src/Makefile.am
parent44a712694ee5b2f0ff56cd3b5d408e06bdc1328e (diff)
downloadingen-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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am15
1 files changed, 1 insertions, 14 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
-
-