Annotation of froggix/src/Makefile.am, revision 1.2

1.2     ! nick        1: # $Id$
        !             2: 
        !             3: DISTCLEANFILES = *~ *.~* *.exe
        !             4: 
1.1       nick        5: AM_CFLAGS = -Wall `sdl-config --cflags`
                      6: AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf
                      7: 
                      8: bin_PROGRAMS = froggix
                      9: froggix_SOURCES = froggix.c

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>