summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2010-11-12 17:45:46 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-13 23:35:38 +0100
commitb3fb03c5c032d40667a767a301c07ebf4c051d05 (patch)
treec8b6f69c71d73bcbf99629fba4c6c2a6d7874210 /Makefile.am
parent5dcabcf4a70d58a862990ba3235882c4e47ebcc4 (diff)
downloadconnman-b3fb03c5c032d40667a767a301c07ebf4c051d05.tar.gz
connman-b3fb03c5c032d40667a767a301c07ebf4c051d05.tar.bz2
connman-b3fb03c5c032d40667a767a301c07ebf4c051d05.zip
gdhcp: Initial DHCP server implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index badab1c6..18a58b63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,8 @@ local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \
gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \
gdbus/object.c gdbus/polkit.c
-gdhcp_sources = gdhcp/gdhcp.h gdhcp/common.h gdhcp/common.c gdhcp/client.c
+gdhcp_sources = gdhcp/gdhcp.h gdhcp/common.h gdhcp/common.c gdhcp/client.c \
+ gdhcp/server.c
gweb_sources = gweb/gweb.h gweb/gweb.c gweb/gresolv.h gweb/gresolv.c \
gweb/giognutls.h gweb/giognutls.c