diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-28 13:02:28 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-28 13:02:28 -0400 |
commit | 534616d77940593fe1aa2a90c65339b36e008865 (patch) | |
tree | db2731afe3f673166be7dc6888d6a188ca62c272 /Makefile.am | |
parent | 13d993e0026366d430f8ecad0aef772951f4bdd2 (diff) | |
download | ayatana-indicator-power-534616d77940593fe1aa2a90c65339b36e008865.tar.gz ayatana-indicator-power-534616d77940593fe1aa2a90c65339b36e008865.tar.bz2 ayatana-indicator-power-534616d77940593fe1aa2a90c65339b36e008865.zip |
fixed a syntax error on checking for GSD and set the HAVE_GSD defines at build time
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 932775f..7659cf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ libpower_la_SOURCES = \ libpower_la_CFLAGS = \ $(UPOWER_CFLAGS) \ $(INDICATOR_CFLAGS) \ + -DHAVE_GSD \ -Wall -Werror \ -DG_LOG_DOMAIN=\"Indicator-Power\" libpower_la_LIBADD = \ |