Comment out the garmin_img driver
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 5 Nov 2007 15:35:59 +0000 (15:35 +0000)
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 5 Nov 2007 15:35:59 +0000 (15:35 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@527 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/configure.in
navit/src/data/Makefile.am

index a3324b7..f69b0e7 100644 (file)
@@ -368,7 +368,6 @@ src/data/mg/Makefile
 src/data/textfile/Makefile
 src/data/binfile/Makefile
 src/data/garmin/Makefile
-src/data/garmin_img/Makefile
 src/data/poi_geodownload/Makefile
 src/data/poi_geodownload/libmdb/Makefile
 src/data/poi_geodownload/libmdb/include/Makefile
@@ -394,6 +393,7 @@ src/maps/Makefile
 intl/Makefile
 po/Makefile
 ])
+#src/data/garmin_img/Makefile
 
 AC_OUTPUT
 
index c88594b..e82f9da 100644 (file)
@@ -1,5 +1,8 @@
-SUBDIRS=mg textfile garmin_img poi_geodownload binfile
+SUBDIRS=mg textfile poi_geodownload binfile
+#  garmin_img
 if HAVELIBGARMIN
 SUBDIRS+=garmin
 endif
 
+DIST_SUBDIRS=mg textfile poi_geodownload binfile garmin
+