--- froggix/Makefile.am 2009/03/28 03:48:45 1.2 +++ froggix/Makefile.am 2009/03/28 03:52:29 1.3 @@ -1,5 +1,14 @@ -AM_CFLAGS = -Wall `sdl-config --cflags` -AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf +# $Id: Makefile.am,v 1.3 2009/03/28 03:52:29 nick Exp $ -bin_PROGRAMS = froggix -froggix_SOURCES = froggix.c +DISTCLEANFILES = *~ *.~* + +EXTRA_DIST = README \ + autogen.sh \ + clean.sh \ + build-linux.sh \ + build-win32.sh \ + cross-configure.sh \ + cross-make.sh + +SUBDIRS = src + \ No newline at end of file