X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/90f15672ad2318d418dd6af4764dafdd168e67cd..4a050412da32aa6f237c358cfa0c5a3775f21e9a:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index af87fd34..765e1f47 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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,11 +96,13 @@ 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 \ acquire.c acquire.h \ babel.c babel.h \ + datasource_file.c \ datasource_gps.c \ datasource_google.c \ datasource_gc.c \ @@ -113,6 +116,7 @@ libviking_a_SOURCES = \ vikexttools.c vikexttools.h \ vikwebtool.c vikwebtool.h \ vikwebtoolcenter.c vikwebtoolcenter.h \ + vikwebtoolbounds.c vikwebtoolbounds.h \ dems.c dems.h \ srtm_continent.c \ uibuilder.c uibuilder.h \ @@ -120,6 +124,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 @@ -139,7 +149,8 @@ endif if OPENSTREETMAP libviking_a_SOURCES += \ osm.c osm.h \ - osm-traces.c osm-traces.h + osm-traces.c osm-traces.h \ + datasource_osm.c endif if BLUEMARBLE @@ -153,6 +164,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