[Liblas-commits] r1146 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Mar 25 22:40:38 EDT 2009


Author: hobu
Date: Wed Mar 25 22:40:38 2009
New Revision: 1146
URL: http://liblas.org/changeset/1146

Log:
add nmake.opt and makefile.vc's to the dist target

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Mar 25 22:40:38 2009
@@ -9,3 +9,9 @@
 endif
 
 AM_CPPFLAGS = $(GEOTIFF_CPPFLAGS) $(GDAL_CPPFLAGS) -I../include -I../include/detail
+
+
+EXTRA_DIST = \
+            nmake.opt \
+            makefile.vc \
+            src/makefile.vc 
\ No newline at end of file


More information about the Liblas-commits mailing list