diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-05 18:30:38 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-05 18:30:38 +0100 |
commit | d268d2bd9de3cecc3c5cd69a048bc18e0b77b237 (patch) | |
tree | fdde6af9c832251b764a727aca40f702fb0972c4 | |
parent | d22edfa36b360724f433885656a821bcaf7f36cd (diff) | |
download | libayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.tar.gz libayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.tar.bz2 libayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.zip |
examples, vala: check for valac
-rw-r--r-- | example/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 62347d2..a3eb906 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -30,6 +30,8 @@ simple_client_LDADD = \ EXTRA_DIST = \ simple-client-test-icon.png +if HAVE_VALAC + ######################################### ## simple-client-vala ######################################### @@ -51,3 +53,5 @@ simple_client_vala_CFLAGS = \ simple_client_vala_LDADD = $(simple_client_LDADD) CLEANFILES += *.stamp *-vala.c + +endif |