]> git.street.me.uk Git - andy/viking.git/blobdiff - src/Makefile.am
Refactoring: retrieve the VikWindow from the VikViewport via its GtkWidget nature
[andy/viking.git] / src / Makefile.am
index 5e8f4029a16d6bbe7f7fd4553433bac006ff78b7..67155a4b5501412db906c542e92246320c4f7b22 100644 (file)
@@ -15,6 +15,7 @@ BUILT_SOURCES = authors.h
 
 viking_SOURCES = main.c \
        modules.h modules.c \
+       curl_download.c curl_download.h \
        menu.xml.h \
     degrees_converters.c degrees_converters.h \
        viking.h globals.h mapcoord.h config.h \
@@ -64,14 +65,6 @@ viking_SOURCES = main.c \
        vikfilelist.c vikfilelist.h \
        dems.c dems.h
 
-if LIBCURL
-viking_SOURCES += \
-       curl_download.c curl_download.h
-else
-viking_SOURCES += \
-       http.c http.h
-endif
-
 if GOOGLE
 viking_SOURCES += \
        khmaps.c khmaps.h \
@@ -91,10 +84,12 @@ endif
 
 if OPENSTREETMAP
 viking_SOURCES += \
-       osm.c osm.h
+       osm.c osm.h \
+       osm-traces.c osm-traces.h
 endif
 
 
 INCLUDES        = @GTK_CFLAGS@ @EXPAT_CFLAGS@ @LIBCURL_CPPFLAGS@
 LDADD           = @GTK_LIBS@ @EXPAT_LIBS@ @LIBCURL@
+#LDADD           = -lz @GTK_LIBS@ @EXPAT_LIBS@ @LIBCURL@
 AM_CFLAGS              = -Wall -g