diff options
author | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-14 13:24:18 +1100 |
---|---|---|
committer | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-14 13:24:18 +1100 |
commit | 5824bcdd09bc63f62ecc9856d8e10115df73a863 (patch) | |
tree | 50838df753123fd5f87402693d9d5db50de2cf61 /example | |
parent | b63c137778bbec1fb010f095e08750817744fced (diff) | |
parent | 1c384cdf7e601e3786fc1add31d157c0eafa1539 (diff) | |
download | libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.gz libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.bz2 libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.zip |
Merge from trunk
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 606317c..dbea724 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -5,6 +5,7 @@ VER= endif CLEANFILES = +EXTRA_DIST = check_PROGRAMS = \ simple-client \ @@ -27,7 +28,7 @@ simple_client_LDADD = \ $(LIBRARY_LIBS) \ $(top_builddir)/src/libappindicator$(VER).la -EXTRA_DIST = \ +EXTRA_DIST += \ simple-client-test-icon.png ######################################### @@ -54,3 +55,6 @@ simple_client_vala_LDADD = $(simple_client_LDADD) CLEANFILES += *.stamp *-vala.c endif + +EXTRA_DIST += \ + simple-client-vala.vala |