summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-14 09:57:58 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-14 09:57:58 +0100
commita70b4abc989121e287a16bb26b2f17c6f2b6e47e (patch)
tree977074f58d48ae043139e6e79d3503530d862a9b /Makefile.am
parenta4d04d8c7bce8ada5ca7fd8a431de5d29e264fb0 (diff)
downloadconnman-a70b4abc989121e287a16bb26b2f17c6f2b6e47e.tar.gz
connman-a70b4abc989121e287a16bb26b2f17c6f2b6e47e.tar.bz2
connman-a70b4abc989121e287a16bb26b2f17c6f2b6e47e.zip
Add framework for configuration files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ce2a6a9..661fe1ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ src_connmand_SOURCES = $(gdbus_sources) $(builtin_sources) \
src/security.c src/resolver.c src/ipconfig.c \
src/ipv4.c src/dhcp.c src/rtnl.c src/inet.c \
src/utsname.c src/timeserver.c src/rfkill.c \
- src/wifi.c src/storage.c src/dbus.c
+ src/wifi.c src/storage.c src/dbus.c src/config.c
if UDEV
src_connmand_SOURCES += src/udev.c