diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-19 12:51:34 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-19 12:51:34 -0400 |
commit | dc8de371bcc65ec88ec7a5634ab4a0c43592f3eb (patch) | |
tree | 02249a6d94831f6641e453eed79e1dd943a2e925 /Makefile.in | |
parent | a847f5ba1efd630f56467547f5d8f3e87e11d0af (diff) | |
parent | e9d8efca8c5bed812f5308a504c6fa25b70fa7e4 (diff) | |
download | ayatana-indicator-power-dc8de371bcc65ec88ec7a5634ab4a0c43592f3eb.tar.gz ayatana-indicator-power-dc8de371bcc65ec88ec7a5634ab4a0c43592f3eb.tar.bz2 ayatana-indicator-power-dc8de371bcc65ec88ec7a5634ab4a0c43592f3eb.zip |
New upstream release.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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 = \ |