diff options
author | Ted Gould <ted@canonical.com> | 2009-11-23 15:44:18 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-23 15:44:18 -0600 |
commit | 62f0373e2b8c8bb54fd4c72182d40622fad1215b (patch) | |
tree | a3297bb526ccb0e751c7ea7de0349433700dc840 /Makefile.am | |
parent | 2c04418795e644efafc0204656dd575844ba0976 (diff) | |
download | libayatana-appindicator-62f0373e2b8c8bb54fd4c72182d40622fad1215b.tar.gz libayatana-appindicator-62f0373e2b8c8bb54fd4c72182d40622fad1215b.tar.bz2 libayatana-appindicator-62f0373e2b8c8bb54fd4c72182d40622fad1215b.zip |
Making a simple client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4eb69d7..33f9f3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = data \ src \ + example \ tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |