summaryrefslogtreecommitdiff
path: root/navit/map/Makefile.am
blob: 45f91ae1f0730933e289027d50f4ee8e0c5f6efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS=
if MAP_BINFILE
  SUBDIRS+=binfile
endif
if MAP_FILTER
  SUBDIRS+=filter
endif
if HAVELIBGARMIN
  SUBDIRS+=garmin
endif
if MAP_MG
  SUBDIRS+=mg
endif
if MAP_SHAPEFILE
  SUBDIRS+=shapefile
endif
if MAP_TEXTFILE
  SUBDIRS+=textfile
endif

DIST_SUBDIRS=mg textfile binfile garmin shapefile filter