]> git.street.me.uk Git - andy/viking.git/blobdiff - src/Makefile.am
Enable Open Waypoint Image via right click menu entry.
[andy/viking.git] / src / Makefile.am
index af87fd34815220b20a707abead8a72f6501f4bc6..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 \
@@ -95,6 +96,7 @@ libviking_a_SOURCES = \
        vikmapslayer_compat.c vikmapslayer_compat.h \
        vikmaptype.c vikmaptype.h \
        vikslippymapsource.c vikslippymapsource.h \
+       vikwmscmapsource.c vikwmscmapsource.h \
        viktmsmapsource.c viktmsmapsource.h \
         gpx.c gpx.h \
        garminsymbols.c garminsymbols.h \
@@ -120,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
@@ -153,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