diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 15:25:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 15:25:15 -0600 |
commit | cd7daed5c4a5b1a60de025eff1f5dae2f03b56a3 (patch) | |
tree | 659ef40fa6d07aa6e9314e805257e3f64074eabc /example/Makefile.am | |
parent | 23a4650671cb87a0e440b5c4284e437905f768b6 (diff) | |
download | libayatana-appindicator-cd7daed5c4a5b1a60de025eff1f5dae2f03b56a3.tar.gz libayatana-appindicator-cd7daed5c4a5b1a60de025eff1f5dae2f03b56a3.tar.bz2 libayatana-appindicator-cd7daed5c4a5b1a60de025eff1f5dae2f03b56a3.zip |
Make sure to pull the vala source file along with us.
Diffstat (limited to 'example/Makefile.am')
-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 |