Update of /cvsroot/pure-data/externals/moocow/weightmap/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20908/weightmap/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/weightmap/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:48:33 -0000 1.1 --- Makefile.am 5 Aug 2007 23:11:13 -0000 1.2 *************** *** 59,70 **** WFLAGS = -Wall -Winline
! #GLIB_IFLAGS = @GLIB_IFLAGS@ ! #GLIB_LFLAGS = @GLIB_LFLAGS@ ! ! AM_CPPFLAGS = $(IFLAGS) $(GLIB_IFLAGS) $(DFLAGS) AM_CFLAGS = $(OFLAGS) $(WFLAGS) $(AFLAGS)
weightmap_LDFLAGS = $(LFLAGS) ! weightmap_LDADD = $(GLIB_LFLAGS)
#----------------------------------------------------------------------- --- 59,67 ---- WFLAGS = -Wall -Winline
! AM_CPPFLAGS = $(IFLAGS) $(DFLAGS) AM_CFLAGS = $(OFLAGS) $(WFLAGS) $(AFLAGS)
weightmap_LDFLAGS = $(LFLAGS) ! #weightmap_LDADD =
#----------------------------------------------------------------------- *************** *** 75,79 ****
## --- clean: built by 'make' ! CLEANFILES = *$(EXEEXT)
## --- distclean: built by 'configure' --- 72,76 ----
## --- clean: built by 'make' ! CLEANFILES = *.$(PDEXT)
## --- distclean: built by 'configure'