]> git.street.me.uk Git - andy/viking.git/blobdiff - src/Makefile.am
Add the storage and retrieval of any kind of track or waypoint selected item (either...
[andy/viking.git] / src / Makefile.am
index ce76fcf71e95acffbb9521635f01f9a7f17de690..d3d40b46db0d32c2765cee81e21e09e75e0d5590 100644 (file)
@@ -47,6 +47,7 @@ ENUM_H_FILES = \
        vikviewport.h
 
 libviking_a_SOURCES = \
+       bbox.h \
        modules.h modules.c \
        curl_download.c curl_download.h \
        menu.xml.h \
@@ -121,6 +122,12 @@ libviking_a_SOURCES = \
        print.c print.h \
        preferences.c preferences.h
 
+if BING
+libviking_a_SOURCES += \
+       bingmapsource.c bingmapsource.h \
+       bing.c bing.h
+endif
+
 if GOOGLE
 libviking_a_SOURCES += \
        google.c google.h
@@ -154,6 +161,11 @@ libviking_a_SOURCES += \
        geonamessearch.c geonamessearch.h
 endif
 
+#if SPOTMAPS
+libviking_a_SOURCES += \
+       spotmaps.c spotmaps.h
+#endif
+
 viking_SOURCES = main.c
 
 LDADD           = libviking.a $(PACKAGE_LIBS) @EXPAT_LIBS@ @LIBCURL@ icons/libicons.a