aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 73c30a0..b2cf3df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,16 +10,14 @@ powerlib_LTLIBRARIES = libpower.la
libpower_la_SOURCES = \
dbus-listener.c \
+ dbus-listener.h \
device.c \
+ device.h \
+ indicator-power.h \
indicator-power.c
CLEANFILES += .libs/*.gcda .libs/*.gcno *.gcda *.gcno
-noinst_HEADERS = \
- dbus-listener.h \
- device.h \
- indicator-power.h
-
libpower_la_CFLAGS = \
$(UPOWER_CFLAGS) \
$(INDICATOR_CFLAGS) \