--- froggix/src/Makefile.am 2009/03/28 03:48:45 1.1 +++ froggix/src/Makefile.am 2009/03/28 03:52:29 1.2 @@ -1,3 +1,7 @@ +# $Id: Makefile.am,v 1.2 2009/03/28 03:52:29 nick Exp $ + +DISTCLEANFILES = *~ *.~* *.exe + AM_CFLAGS = -Wall `sdl-config --cflags` AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf