Update of /cvsroot/pure-data/externals/moocow/gfsm/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20908/gfsm/src
Modified Files: Makefile.am Log Message: + fixes for pd-extended autobuild with automake-1.4 (grr)
Index: Makefile.am =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/gfsm/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 2 Feb 2006 12:44:29 -0000 1.1 --- Makefile.am 5 Aug 2007 23:11:12 -0000 1.2 *************** *** 67,71 **** AFLAGS = @AFLAGS@ DFLAGS = @DFLAGS@ ! IFLAGS = @IFLAGS@ LFLAGS = @LFLAGS@ OFLAGS = @OFLAGS@ --- 67,71 ---- AFLAGS = @AFLAGS@ DFLAGS = @DFLAGS@ ! IFLAGS = @IFLAGS@ -I$(srcdir) LFLAGS = @LFLAGS@ OFLAGS = @OFLAGS@ *************** *** 91,95 ****
## --- clean: built by 'make' ! CLEANFILES = *$(EXEEXT)
## --- distclean: built by 'configure' --- 91,95 ----
## --- clean: built by 'make' ! CLEANFILES = *.$(PDEXT)
## --- distclean: built by 'configure'