From 90013966c14d18c7c55a906c319704bc1ffc4ae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 07:03:30 +0000 Subject: More renaming, fixed bugs with disconnecting patch ports internally git-svn-id: http://svn.drobilla.net/lad/ingen@74 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/Makefile.am') 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 -- cgit v1.2.1