diff options
Diffstat (limited to 'map/Makefile.am')
-rw-r--r-- | map/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/map/Makefile.am b/map/Makefile.am new file mode 100644 index 00000000..9de73d27 --- /dev/null +++ b/map/Makefile.am @@ -0,0 +1,11 @@ +SUBDIRS=mg textfile binfile shapefile +# garmin_img +if HAVELIBGARMIN +SUBDIRS+=garmin +endif +if MAP_POI_GEODOWNLOAD +SUBDIRS+=poi_geodownload +endif + +DIST_SUBDIRS=mg textfile poi_geodownload binfile garmin shapefile + |