[libchamplain/libchamplain-0-12] Distribute the python demos and marker images



commit 1be2ad0059ebfbd4761e21f7b815702d4b90163b
Author: JiÅÃ Techet <techet gmail com>
Date:   Thu Dec 29 01:43:36 2011 +0100

    Distribute the python demos and marker images

 configure.ac            |    1 +
 demos/Makefile.am       |    4 +++-
 demos/icons/Makefile.am |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a6b01b4..77a98b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,6 +234,7 @@ AC_CONFIG_FILES([Makefile
                  champlain/Makefile
                  champlain/champlain-version.h
                  demos/Makefile
+                 demos/icons/Makefile
                  docs/Makefile
                  docs/reference/Makefile
                  docs/reference/version.xml
diff --git a/demos/Makefile.am b/demos/Makefile.am
index f64a693..42d4f76 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -1,5 +1,7 @@
 noinst_PROGRAMS = minimal launcher animated-marker polygons url-marker create-destroy-test
 
+SUBDIRS = icons
+
 INCLUDES = -I$(top_srcdir)
 
 AM_CPPFLAGS = $(DEPS_CFLAGS) $(WARN_CFLAGS)
@@ -60,5 +62,5 @@ launcher_vala_LDADD = \
        $(top_builddir)/champlain/libchamplain- CHAMPLAIN_API_VERSION@.la
 endif
 
-EXTRA_DIST = markers.h launcher.js minimal.py default-rules.xml high-contrast.xml las_palmas.osm schaffhausen.osm
+EXTRA_DIST = markers.h launcher.js minimal.py launcher-gtk.py markers.py default-rules.xml high-contrast.xml las_palmas.osm schaffhausen.osm
 
diff --git a/demos/icons/Makefile.am b/demos/icons/Makefile.am
new file mode 100644
index 0000000..7dda561
--- /dev/null
+++ b/demos/icons/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = emblem-favorite.png emblem-generic.png emblem-important.png emblem-new.png



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]