From d13da71edce4b913736c1e752a211ae20c193292 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 29 Nov 2008 23:22:39 +0000 Subject: + added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds) + external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403 --- gfsm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gfsm/Makefile.am') diff --git a/gfsm/Makefile.am b/gfsm/Makefile.am index 4983beb..8e89e71 100644 --- a/gfsm/Makefile.am +++ b/gfsm/Makefile.am @@ -15,7 +15,8 @@ AUTOMAKE_OPTIONS = foreign ## --- recursion subdirectories -SUBDIRS = config src +#SUBDIRS = config src +SUBDIRS = @PD_GFSM_SUBDIRS@ config src ## --- pseudo-deps for '.SUFFIXES' SUFFIXES = .pod .txt -- cgit v1.2.1