summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-09-11 09:58:32 +0100
committerRichard Hughes <richard@hughsie.com>2009-09-11 09:58:32 +0100
commitd42187ef5f9fcfca1863430254282b2d22a5753e (patch)
tree77d995baa0e2e3577937f1d46287c48ed178ee3a /src/Makefile.am
parent2afa769c5fe847e768fadd302ffba55fc9f862aa (diff)
downloadupower-d42187ef5f9fcfca1863430254282b2d22a5753e.tar.gz
trivial: fix make distcheck
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am23
1 files changed, 16 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0ea5a08..d03ce1b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,13 +67,22 @@ dbusif_DATA = \
devkit_power_daemon_SOURCES = \
egg-debug.c \
egg-debug.h \
- dkp-polkit.h dkp-polkit.c \
- dkp-daemon.h dkp-daemon.c \
- dkp-device.h dkp-device.c \
- dkp-device-list.h dkp-device-list.c \
- dkp-qos.h dkp-qos.c \
- dkp-wakeups.h dkp-wakeups.c \
- dkp-history.h dkp-history.c \
+ dkp-polkit.h \
+ dkp-polkit.c \
+ dkp-daemon.h \
+ dkp-daemon.c \
+ dkp-device.h \
+ dkp-device.c \
+ dkp-device-list.h \
+ dkp-device-list.c \
+ dkp-qos.h \
+ dkp-qos.c \
+ dkp-wakeups.h \
+ dkp-wakeups.c \
+ dkp-history.h \
+ dkp-history.c \
+ dkp-backend.h \
+ dkp-native.h \
dkp-main.c \
$(BUILT_SOURCES)