]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add vqp.h in, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Oct 2015 17:38:47 +0000 (13:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Oct 2015 17:38:47 +0000 (13:38 -0400)
src/include/all.mk

index 94393054686698ae9d446315c2f76bf85da21eec..62dfd45c7d71fed5061dd1bdf01823dfb02fe5d5 100644 (file)
@@ -61,7 +61,7 @@ src/include/autoconf.sed: src/include/autoconf.h
 #  Create the header files from the dictionaries.
 #
 
-RFC_DICTS := $(filter-out %~,$(wildcard share/dictionary.rfc*))
+RFC_DICTS := $(filter-out %~,$(wildcard share/dictionary.rfc*)) share/dictionary.vqp
 HEADERS_RFC := $(patsubst share/dictionary.%,src/include/%.h,$(RFC_DICTS))
 HEADERS        += $(notdir ${HEADERS_RFC})