diff options
Diffstat (limited to 'src/progs/Makefile.am')
-rw-r--r-- | src/progs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/Makefile.am b/src/progs/Makefile.am index e741d98a..a1a8c911 100644 --- a/src/progs/Makefile.am +++ b/src/progs/Makefile.am @@ -2,14 +2,14 @@ AM_CXXFLAGS = -I$(top_srcdir)/src/common DIST_SUBDIRS = python supercollider -SUBDIRS = om +SUBDIRS = server if BUILD_CONSOLE_CLIENTS SUBDIRS += patch_loader demolition endif if BUILD_GTK_CLIENT -SUBDIRS += gtk +SUBDIRS += ingenuity endif |