]> git.street.me.uk Git - andy/viking.git/blobdiff - src/Makefile.am
Merge 'viking-0.9.8'
[andy/viking.git] / src / Makefile.am
index af98ec1f356c96e37057d091ce0886aaef0ac3f8..78752e2f177052c45fd15b04d37bde6147695688 100644 (file)
@@ -55,7 +55,12 @@ libviking_a_SOURCES = \
        vikradiogroup.c vikradiogroup.h \
        vikcoord.c vikcoord.h \
        mapcache.c mapcache.h \
+       vikmapsource.c vikmapsource.h \
+       vikmapsourcedefault.c vikmapsourcedefault.h \
        vikmapslayer.c vikmapslayer.h \
+       vikmapslayer_compat.c vikmapslayer_compat.h \
+       vikmaptype.c vikmaptype.h \
+       vikslippymapsource.c vikslippymapsource.h \
         gpx.c gpx.h \
        garminsymbols.c garminsymbols.h \
        acquire.c acquire.h \
@@ -87,6 +92,7 @@ endif
 
 if TERRASERVER
 libviking_a_SOURCES += \
+       terraservermapsource.c terraservermapsource.h \
        terraserver.c terraserver.h
 endif
 
@@ -101,6 +107,16 @@ libviking_a_SOURCES += \
        osm-traces.c osm-traces.h
 endif
 
+if BLUEMARBLE
+libviking_a_SOURCES += \
+       bluemarble.c bluemarble.h
+endif
+
+if OPENAERIAL
+libviking_a_SOURCES += \
+       openaerial.c openaerial.h
+endif
+
 if GEONAMES
 libviking_a_SOURCES += \
        geonamessearch.c geonamessearch.h