Browse Source

[master] missing .h in dhcpsrc/Makefile.am

Francis Dupont 10 years ago
parent
commit
045adf6424
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/Makefile.am

+ 1 - 1
src/lib/dhcpsrv/Makefile.am

@@ -45,7 +45,7 @@ libkea_dhcpsrv_la_SOURCES  =
 libkea_dhcpsrv_la_SOURCES += addr_utilities.cc addr_utilities.h
 libkea_dhcpsrv_la_SOURCES += alloc_engine.cc alloc_engine.h
 libkea_dhcpsrv_la_SOURCES += base_host_data_source.h
-libkea_dhcpsrv_la_SOURCES += callout_handle_store.
+libkea_dhcpsrv_la_SOURCES += callout_handle_store.h
 libkea_dhcpsrv_la_SOURCES += cfg_hosts.cc cfg_hosts.h
 libkea_dhcpsrv_la_SOURCES += cfg_iface.cc cfg_iface.h
 libkea_dhcpsrv_la_SOURCES += cfg_option.cc cfg_option.h