X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/eb6a42c96030062bddf0949328771325ed57727b..ac16c1409dc279aad376713abf01cb676adee7b1:/src/Makefile.am?ds=sidebyside diff --git a/src/Makefile.am b/src/Makefile.am index c2e28888..ce76fcf7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = viking noinst_LIBRARIES = libviking.a -authors.h: ../AUTHORS +authors.h: $(top_srcdir)/AUTHORS rm -f $@ echo "/* Generated file. */" >> $@ echo "const gchar *AUTHORS[] = {\\" >> $@ @@ -95,6 +95,8 @@ 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 \