Update of /cvsroot/pure-data/externals/moocow/deque/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5248/src
Modified Files: Makefile.am Removed Files: Makefile.in config.h.in stamp-h.in Log Message: + automake-1.4 hairiness hacks
--- Makefile.in DELETED ---
--- stamp-h.in DELETED ---
--- config.h.in DELETED ---
Index: Makefile.am =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/deque/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 5 Aug 2007 21:43:56 -0000 1.2 --- Makefile.am 5 Aug 2007 22:28:14 -0000 1.3 *************** *** 31,36 ****
## --- possible externals ! EXTRA_PROGRAMS = \ ! deque
## --- patches --- 31,35 ----
## --- possible externals ! EXTRA_PROGRAMS = deque
## --- patches *************** *** 74,78 ****
## --- clean: built by 'make' ! #CLEANFILES = *$(EXEEXT)
## --- distclean: built by 'configure' --- 73,77 ----
## --- clean: built by 'make' ! CLEANFILES = *.$(PDEXT)
## --- distclean: built by 'configure'