diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 15 |
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 - - |