aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-02-05 18:30:38 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-02-05 18:30:38 +0100
commitd268d2bd9de3cecc3c5cd69a048bc18e0b77b237 (patch)
treefdde6af9c832251b764a727aca40f702fb0972c4 /example
parentd22edfa36b360724f433885656a821bcaf7f36cd (diff)
downloadlibayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.tar.gz
libayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.tar.bz2
libayatana-appindicator-d268d2bd9de3cecc3c5cd69a048bc18e0b77b237.zip
examples, vala: check for valac
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am4
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