From 916ad1207ca1691a489de6adc1ff16e84e3f2a74 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Tue, 11 Dec 2007 21:34:08 +0000 Subject: + updated for gfsm-0.0.10-pre1 (backwards-compatible) svn path=/trunk/externals/moocow/; revision=9089 --- gfsm/src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gfsm/src/Makefile.am') diff --git a/gfsm/src/Makefile.am b/gfsm/src/Makefile.am index 06b741c..3432641 100644 --- a/gfsm/src/Makefile.am +++ b/gfsm/src/Makefile.am @@ -47,6 +47,7 @@ pddoc_DATA = \ gfsm_SOURCES = \ config.h \ + noconfig.h \ atom_alphabet.h atom_alphabet.c \ pd_alphabet.h pd_alphabet.c \ \ @@ -60,6 +61,10 @@ gfsm_SOURCES = \ pd_gfsm.h pd_gfsm.c +noconfig.h: config.h.in + rm -f $@ + cp $< $@ + #---------------------------------------------------------------------- # external compilation : flags #----------------------------------------------------------------------- -- cgit v1.2.1