diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-03 11:26:00 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 11:26:00 +0100 |
commit | d58b6ad197b361287f6f30300039078c7e892026 (patch) | |
tree | ed142e61386401d69b6fe5dc9127a3beff854075 /Makefile.am | |
parent | 5a3da6b346e1f217be7ae2cd4081a836c15101b9 (diff) | |
parent | 534616d77940593fe1aa2a90c65339b36e008865 (diff) | |
download | ayatana-indicator-power-d58b6ad197b361287f6f30300039078c7e892026.tar.gz ayatana-indicator-power-d58b6ad197b361287f6f30300039078c7e892026.tar.bz2 ayatana-indicator-power-d58b6ad197b361287f6f30300039078c7e892026.zip |
Fixed typos 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..87cf404 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 = \ |