]> 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 2d1a27174159ca989ea80609f008f8c9de909f49..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