diff options
author | Jonas Danielsson <jonas@threetimestwo.org> | 2014-02-25 16:40:00 +0100 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2014-02-26 19:25:27 +0100 |
commit | f2025d9099d72a2b96cd9ceb66a0d546b89ddc51 (patch) | |
tree | 59a8d00692efc58a0e1fb28e006c33fa48d29fc3 /demos | |
parent | fc12385c15827fa41ef6e12ffea4f916c2837608 (diff) | |
download | libchamplain-f2025d9099d72a2b96cd9ceb66a0d546b89ddc51.tar.gz |
Do not depend on libsoup-gnome-2.4
Everything in libsoup-gnome is deprecated.
https://bugzilla.gnome.org/show_bug.cgi?id=725126
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 6433420..46b883c 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -20,8 +20,8 @@ polygons_SOURCES = polygons.c polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la url_marker_SOURCES = url-marker.c -url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(SOUP_CFLAGS) $(WARN_CFLAGS) -url_marker_LDADD = $(SOUP_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la +url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(WARN_CFLAGS) +url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la create_destroy_test_SOURCES = create-destroy-test.c create_destroy_test_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la |