]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] add classify.h to distfiles and installation
authorJeremy C. Reed <jreed@isc.org>
Wed, 5 Mar 2014 15:14:49 +0000 (09:14 -0600)
committerJeremy C. Reed <jreed@isc.org>
Wed, 5 Mar 2014 15:14:49 +0000 (09:14 -0600)
This was noticed when trying to do distcheck build on non-Linux.
(Our non-Linux automated builder disappeared.)
I tested this and okayed by muks on jabber.

src/lib/dhcp/Makefile.am

index 22904414f6c52a1deaf9696bc546e43e79846d01..d744cc6798a7b0a063d0615b9929978d57e9a905 100644 (file)
@@ -14,6 +14,7 @@ CLEANFILES = *.gcno *.gcda
 
 lib_LTLIBRARIES = libb10-dhcp++.la
 libb10_dhcp___la_SOURCES  =
+libb10_dhcp___la_SOURCES += classify.h
 libb10_dhcp___la_SOURCES += dhcp6.h dhcp4.h
 libb10_dhcp___la_SOURCES += duid.cc duid.h
 libb10_dhcp___la_SOURCES += hwaddr.cc hwaddr.h
@@ -69,6 +70,7 @@ EXTRA_DIST  = README libdhcp++.dox
 # written libraries may need access to all libdhcp++ headers.
 libb10_dhcp___includedir = $(pkgincludedir)/dhcp
 libb10_dhcp___include_HEADERS = \
+    classify.h \
     dhcp4.h \
     dhcp6.h \
     duid.h \