Browse Source

[master] distcheck fix after 3194 merge.

Tomek Mrugalski 11 years ago
parent
commit
243ded15bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcp/Makefile.am

+ 1 - 0
src/lib/dhcp/Makefile.am

@@ -49,6 +49,7 @@ libb10_dhcp___la_SOURCES += pkt_filter_lpf.cc pkt_filter_lpf.h
 endif
 
 libb10_dhcp___la_SOURCES += std_option_defs.h
+libb10_dhcp___la_SOURCES += docsis3_option_defs.h
 
 libb10_dhcp___la_CXXFLAGS = $(AM_CXXFLAGS)
 libb10_dhcp___la_CPPFLAGS = $(AM_CPPFLAGS) $(LOG4CPLUS_INCLUDES)