]> git.mxchange.org Git - flightgear.git/blobdiff - DemRaw2ascii/Makefile.am
Added zlib support.
[flightgear.git] / DemRaw2ascii / Makefile.am
index ab05c903416340456e6953b9e71b615c43749d8a..2ff4fb31e11a8ad000c8bae1b8f101fa2542c707 100644 (file)
@@ -26,7 +26,7 @@
 
 bin_PROGRAMS = raw2ascii
 
-raw2ascii_SOURCES = main.c rawdem.c
+raw2ascii_SOURCES = main.c rawdem.c rawdem.h
 
 raw2ascii_LDADD = 
 
@@ -35,6 +35,9 @@ INCLUDES +=
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1998/04/24 00:44:04  curt
+# Added zlib support.
+#
 # Revision 1.1  1998/04/18 03:59:44  curt
 # Incorporated into gnu automake/autoconf system.
 #