diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-05 18:31:44 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-05 18:31:44 +0100 |
commit | b4f20fedc3d5e4549567c73e28cb22cff960eb79 (patch) | |
tree | ec32d3d112cb7fbe185cc01a2c0d6990543d4150 /example/Makefile.am | |
parent | d268d2bd9de3cecc3c5cd69a048bc18e0b77b237 (diff) | |
download | libayatana-appindicator-b4f20fedc3d5e4549567c73e28cb22cff960eb79.tar.gz libayatana-appindicator-b4f20fedc3d5e4549567c73e28cb22cff960eb79.tar.bz2 libayatana-appindicator-b4f20fedc3d5e4549567c73e28cb22cff960eb79.zip |
example makefile code cleanup
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index a3eb906..606317c 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -30,11 +30,10 @@ simple_client_LDADD = \ EXTRA_DIST = \ simple-client-test-icon.png -if HAVE_VALAC - ######################################### ## simple-client-vala ######################################### +if HAVE_VALAC VALAFLAGS = \ --pkg appindicator$(VER)-0.1 \ |