aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/Makefile.am
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-12-11 21:34:08 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-12-11 21:34:08 +0000
commit916ad1207ca1691a489de6adc1ff16e84e3f2a74 (patch)
tree32a56c55ed4792777b2158298ccf114d68ac81c1 /gfsm/src/Makefile.am
parentb36adba447433f1dbcd2c78bc97ec922263f23e5 (diff)
+ updated for gfsm-0.0.10-pre1 (backwards-compatible)
svn path=/trunk/externals/moocow/; revision=9089
Diffstat (limited to 'gfsm/src/Makefile.am')
-rw-r--r--gfsm/src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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
#-----------------------------------------------------------------------