aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-03-09 15:12:10 +0200
committerTed Gould <ted@canonical.com>2009-03-09 15:12:10 +0200
commita2af5af1343cbe97df47c51f7583c76c57e15d86 (patch)
treeeadffdcb15c12415b912c7963e9cda5b6a89123f
parentd5ba977e05b34e40115a976febd47e14d0f1afd1 (diff)
downloadlibayatana-indicator-a2af5af1343cbe97df47c51f7583c76c57e15d86.tar.gz
libayatana-indicator-a2af5af1343cbe97df47c51f7583c76c57e15d86.tar.bz2
libayatana-indicator-a2af5af1343cbe97df47c51f7583c76c57e15d86.zip
Putting the example executables in libexec and the source code in doc/examples
-rw-r--r--tests/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0017bca..4a8f962 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
-noinst_PROGRAMS = \
+libexec_PROGRAMS = \
indicate-and-crash \
indicate-alot \
listen-and-print \
@@ -49,3 +49,12 @@ im_client_LDADD = \
../libindicate/libindicate.la \
$(LIBINDICATE_LIBS)
+examplesdir = $(docdir)/examples/
+
+examples_DATA = \
+ $(indicate_and_crash_SOURCES) \
+ $(indicate_alot_SOURCES) \
+ $(listen_and_print_SOURCES) \
+ $(im_client_SOURCES)
+
+EXTRA_DIST = $(examples_DATA)