diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 06:58:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 06:58:53 +0100 |
commit | d1e0502b8eeb0faa63611b8031f9577f20194d1f (patch) | |
tree | 90a4d7798c8ab97aea1404a49825e5b315c91f0f /Makefile.am | |
parent | 8dc453403df59360bd4a2b2b2ebc7ef4f4c77c56 (diff) | |
download | connman-d1e0502b8eeb0faa63611b8031f9577f20194d1f.tar.gz connman-d1e0502b8eeb0faa63611b8031f9577f20194d1f.tar.bz2 connman-d1e0502b8eeb0faa63611b8031f9577f20194d1f.zip |
Add DHCP driver and element handling
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ae21008c..d8fecd64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ nodist_include_HEADERS = include/version.h noinst_HEADERS = include/driver.h include/element.h include/property.h \ include/rtnl.h include/wifi.h include/task.h \ include/dbus.h include/rfkill.h include/option.h \ - include/profile.h include/provider.h + include/profile.h include/provider.h include/dhcp.h local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \ $(noinst_HEADERS), include/connman/$(notdir $(file))) |