Mercurial > otakunoraifu
diff scn2k/Makefile.am @ 22:759202cf1756
Use automake
author | thib |
---|---|
date | Sat, 01 Nov 2008 21:14:12 +0000 |
parents | |
children | f1f22bfc4496 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/scn2k/Makefile.am @@ -0,0 +1,11 @@ +noinst_LIBRARIES = libscn2k.a +libscn2k_a_SOURCES = scn2k_cmd.cc scn2k_text.cc scn2k_grp.cc scn2k_impl.cc \ + scn2k.h scn2k_impl.h + +INCLUDES = @SDL_CFLAGS@ + +AM_CPPFLAGS = @CFLAGS@ @DEFS@ + +LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@ + +