aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-07-19 12:12:26 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-07-19 12:12:26 -0400
commite9d8efca8c5bed812f5308a504c6fa25b70fa7e4 (patch)
tree8636c28e35df52b40ccfba3f78b62b50f240f7bb /Makefile.in
parentb891e8ba2224e1c554d6076a7f6df3536204db07 (diff)
parent13d993e0026366d430f8ecad0aef772951f4bdd2 (diff)
downloadayatana-indicator-power-e9d8efca8c5bed812f5308a504c6fa25b70fa7e4.tar.gz
ayatana-indicator-power-e9d8efca8c5bed812f5308a504c6fa25b70fa7e4.tar.bz2
ayatana-indicator-power-e9d8efca8c5bed812f5308a504c6fa25b70fa7e4.zip
Import upstream version 0.4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e89c14..f0e5199 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,7 +83,7 @@ am__base_list = \
am__installdirs = "$(DESTDIR)$(powerlibdir)"
LTLIBRARIES = $(powerlib_LTLIBRARIES)
am__DEPENDENCIES_1 =
-libpower_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+libpower_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
am__dirstamp = $(am__leading_dot)dirstamp
am_libpower_la_OBJECTS = src/libpower_la-indicator-power.lo
libpower_la_OBJECTS = $(am_libpower_la_OBJECTS)
@@ -204,6 +204,8 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
GREP = @GREP@
+GSD_CFLAGS = @GSD_CFLAGS@
+GSD_LIBS = @GSD_LIBS@
INDICATORDIR = @INDICATORDIR@
INDICATORICONSDIR = @INDICATORICONSDIR@
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
@@ -332,11 +334,13 @@ libpower_la_SOURCES = \
src/indicator-power.c
libpower_la_CFLAGS = \
+ $(UPOWER_CFLAGS) \
$(INDICATOR_CFLAGS) \
-Wall -Werror \
-DG_LOG_DOMAIN=\"Indicator-Power\"
libpower_la_LIBADD = \
+ $(UPOWER_LIBS) \
$(INDICATOR_LIBS)
libpower_la_LDFLAGS = \