Add:Core:New vehicle type null
[navit-package] / navit / vehicle / Makefile.am
1 SUBDIRS=
2 if VEHICLE_ANDROID
3   SUBDIRS += android
4 endif
5 if VEHICLE_IPHONE
6   SUBDIRS += iphone
7 endif
8 if VEHICLE_DEMO
9   SUBDIRS += demo
10 endif
11 if VEHICLE_FILE
12   SUBDIRS += file
13 endif
14 if VEHICLE_GPSD
15   SUBDIRS += gpsd
16 endif
17 if VEHICLE_GYPSY
18   SUBDIRS += gypsy
19 endif
20 if VEHICLE_NULL
21   SUBDIRS += null
22 endif
23 if VEHICLE_WINCE
24   SUBDIRS += wince
25 endif