diff options
author | Ted Gould <ted@canonical.com> | 2009-03-09 15:12:10 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-09 15:12:10 +0200 |
commit | a2af5af1343cbe97df47c51f7583c76c57e15d86 (patch) | |
tree | eadffdcb15c12415b912c7963e9cda5b6a89123f /tests | |
parent | d5ba977e05b34e40115a976febd47e14d0f1afd1 (diff) | |
download | libayatana-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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 11 |
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) |