[libchamplain] Enable the compilation of the demo url-marker
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libchamplain] Enable the compilation of the demo url-marker
- Date: Wed, 26 Aug 2009 12:42:45 +0000 (UTC)
commit 79022fcca664907e9cce4b8a7355c045f50011e3
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Wed Apr 29 08:32:38 2009 +0200
Enable the compilation of the demo url-marker
demos/Makefile.am | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 8a710dd..b30974e 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = launcher animated-marker polygons
+noinst_PROGRAMS = launcher animated-marker polygons url-marker
INCLUDES = -I$(top_srcdir)
@@ -14,6 +14,11 @@ animated_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
polygons_SOURCES = polygons.c
polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
+url_marker_SOURCES = url-marker.c
+url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
+url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(SOUP_CFLAGS)
+url_marker_LDADD = $(SOUP_DEPS_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
+
if ENABLE_GTK
noinst_PROGRAMS += launcher-gtk
launcher_gtk_SOURCES = launcher-gtk.c markers.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]