changeset 28:f1f22bfc4496

* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
author thib
date Fri, 06 Mar 2009 18:30:19 +0000
parents 3a6aaeab7b4e
children d229cce98f50
files scn2k/Makefile.am
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scn2k/Makefile.am
+++ b/scn2k/Makefile.am
@@ -2,6 +2,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
 
+EXTRA_PROGRAMS = scn2kdump
+
+scn2kdump_SOURCES = scn2kdump.cc
+scn2kdump_LDADD = libscn2k.a ../system/libsystem.a
+
 INCLUDES = @SDL_CFLAGS@
 
 AM_CPPFLAGS = @CFLAGS@ @DEFS@