From 9a7ee8cdc1b7cd4a067a93eed60c7531987cbb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 15 Jul 2011 11:26:50 +0200 Subject: Makefile.am: Pass upower _FLAGS and _LIBS --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f74df4e..932775f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,10 +11,12 @@ powerlib_LTLIBRARIES = libpower.la 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 = \ -module \ -- cgit v1.2.3