summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-08-01 16:37:11 +0100
committerRichard Hughes <richard@hughsie.com>2008-08-01 16:37:11 +0100
commit1113df1f43627efa9929045dc68eba853e74129e (patch)
tree856a27e724733f4246fdbee73183b9f609591051 /tools/Makefile.am
parent8d4f1385370f65485968d0a2bbc892a3bd571e63 (diff)
downloadupower-1113df1f43627efa9929045dc68eba853e74129e.tar.gz
abstract out the meta-device into a seporate struct so we can copy it, check for changes and print it
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 55ccb98..ef483bc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -32,6 +32,8 @@ bin_PROGRAMS = devkit-power
devkit_power_SOURCES = \
dkp-tool.c \
../src/dkp-debug.h ../src/dkp-debug.c \
+ ../src/dkp-object.h ../src/dkp-object.c \
+ ../src/dkp-enum.h ../src/dkp-enum.c \
$(BUILT_SOURCES)