summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-11-26 13:40:09 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-11-26 13:40:09 +0000
commit05ba90324ddfd1de724c39f2f9f28ec10930996f (patch)
tree0a5b179bc6d6e71736bf8f4275c97f3cf75e4f35 /common/Makefile.am
parent3ff24ea225437af91db69a069caa65b00ed642d9 (diff)
Add common error helper functions
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index a2e50354..ed92765e 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -26,6 +26,7 @@ noinst_LIBRARIES = libhelper.a
libhelper_a_SOURCES = oui.h oui.c dbus.h dbus.c \
textfile.h textfile.c logging.h logging.c \
dbus-helper.h dbus-helper.c \
+ error.h error.c \
sdp-xml.h sdp-xml.c $(sdp_sources) \
hal.h $(hal_sources) notify.h $(notify_sources)