diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-05 23:11:13 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-05 23:11:13 +0000 |
commit | b43b88f10c8354e2873ca8c581cee155e792aef6 (patch) | |
tree | cc2e572eafdf48d0850c0ec551ca2a850feb04f4 /gfsm/src | |
parent | eab2e81bae60b817684875d516945d5f58e1baf2 (diff) |
+ fixes for pd-extended autobuild with automake-1.4 (grr)
svn path=/trunk/externals/moocow/; revision=8425
Diffstat (limited to 'gfsm/src')
-rw-r--r-- | gfsm/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfsm/src/Makefile.am b/gfsm/src/Makefile.am index 05d3eda..06b741c 100644 --- a/gfsm/src/Makefile.am +++ b/gfsm/src/Makefile.am @@ -66,7 +66,7 @@ gfsm_SOURCES = \ DEFS = @DEFS@ AFLAGS = @AFLAGS@ DFLAGS = @DFLAGS@ -IFLAGS = @IFLAGS@ +IFLAGS = @IFLAGS@ -I$(srcdir) LFLAGS = @LFLAGS@ OFLAGS = @OFLAGS@ WFLAGS = -Wall @@ -90,7 +90,7 @@ gfsm_LDFLAGS = $(LFLAGS) #MOSTLYCLEANFILES = ## --- clean: built by 'make' -CLEANFILES = *$(EXEEXT) +CLEANFILES = *.$(PDEXT) ## --- distclean: built by 'configure' DISTCLEANFILES = \ |