~ubuntu-branches/ubuntu/natty/libchamplain/natty

« back to all changes in this revision

Viewing changes to demos/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Laurent Bigonville, Sjoerd Simons
  • Date: 2009-09-15 00:01:41 UTC
  • mfrom: (1.1.3 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090915000141-i8fg5n1t02zxo79m
Tags: 0.4.0-1
[ Laurent Bigonville ]
* debian/control: Add libchamplain-0.3-dev dependency to
  libchamplain-gtk-0.3-dev

[ Sjoerd Simons ]
* New upstream release (0.4.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS = launcher animated-marker polygons
 
1
noinst_PROGRAMS = launcher animated-marker polygons url-marker
2
2
 
3
3
INCLUDES = -I$(top_srcdir)
4
4
 
6
6
AM_LDFLAGS = $(DEPS_LIBS)
7
7
 
8
8
launcher_SOURCES = launcher.c markers.c
9
 
launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
 
9
launcher_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
10
10
 
11
11
animated_marker_SOURCES = animated-marker.c
12
 
animated_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
 
12
animated_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
13
13
 
14
14
polygons_SOURCES = polygons.c
15
 
polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.3.la
 
15
polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
 
16
 
 
17
url_marker_SOURCES = url-marker.c
 
18
url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
 
19
url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(SOUP_CFLAGS)
 
20
url_marker_LDADD = $(SOUP_DEPS_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
16
21
 
17
22
if ENABLE_GTK
18
23
noinst_PROGRAMS += launcher-gtk
19
24
launcher_gtk_SOURCES = launcher-gtk.c markers.c
20
25
launcher_gtk_CPPFLAGS = $(GTK_DEPS_CFLAGS)
21
26
launcher_gtk_LDADD = $(GTK_DEPS_LIBS) $(DEPS_LIBS) \
22
 
                ../champlain-gtk/libchamplain-gtk-0.3.la \
23
 
                ../champlain/libchamplain-0.3.la
 
27
                ../champlain-gtk/libchamplain-gtk-0.4.la \
 
28
                ../champlain/libchamplain-0.4.la
24
29
endif
25
30
 
26
31
EXTRA_DIST= markers.h