summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-21 00:07:05 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-21 00:07:05 -0700
commitd0656e6ee69f695a568a686312fec5127392371c (patch)
tree153ef3278eee7afa98898d46ecc811f62b1229e1 /src/Makefile.am
parentfc2cca4fa403a4a22caa0f6111c43be40e6094e3 (diff)
downloadconnman-d0656e6ee69f695a568a686312fec5127392371c.tar.gz
connman-d0656e6ee69f695a568a686312fec5127392371c.tar.bz2
connman-d0656e6ee69f695a568a686312fec5127392371c.zip
Add skeleton for generic INET helpers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 82ad37f2..17c27683 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ connmand_SOURCES = main.c connman.h log.c selftest.c error.c plugin.c \
element.c device.c network.c connection.c \
manager.c profile.c service.c agent.c \
security.c resolver.c ipconfig.c notifier.c \
- storage.c ipv4.c detect.c rtnl.c dbus.c
+ storage.c ipv4.c detect.c rtnl.c inet.c dbus.c
if UDEV
connmand_SOURCES += udev.c