aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorseb128 <seb128@seb128-desktop>2009-03-16 23:22:15 +0100
committerseb128 <seb128@seb128-desktop>2009-03-16 23:22:15 +0100
commitdeccbbbcacf975b79d2a6586767dddd8d1962b14 (patch)
treee6f35e7c909b9f8d5c2b5f1c144deea9224398f3 /tests
parent3bc5b8e8105d698e7782c8090148dbe8f135161f (diff)
parentdab5af7f6bbfdb69e62b8378b6c8770ffe542c06 (diff)
downloadlibayatana-indicator-deccbbbcacf975b79d2a6586767dddd8d1962b14.tar.gz
libayatana-indicator-deccbbbcacf975b79d2a6586767dddd8d1962b14.tar.bz2
libayatana-indicator-deccbbbcacf975b79d2a6586767dddd8d1962b14.zip
indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low
* New upstream version * Removes duplicate prototypes (LP: #338885) * Fixes background color to match them on dark themes when the panel color is not set (LP: #334490) * Removing the handle and replacing it with the ability to right click on the applet to get a panel menu (LP: #339818) * Various build fixes -- Ted Gould <ted@ubuntu.com>Sun, 15 Mar 2009 08:58:20 -0500
Diffstat (limited to 'tests')
-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)