Include more header files in the default install
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 May 2009 12:12:02 +0000 (14:12 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 May 2009 12:12:02 +0000 (14:12 +0200)
src/include/Makefile

index 518d748..e8f77c6 100644 (file)
@@ -4,8 +4,11 @@
 # Version:     $Id$
 #
 
-HEADERS        = hash.h libradius.h md4.h md5.h missing.h packet.h radius.h \
-               radpaths.h sha1.h token.h udpfromto.h vqp.h ident.h 
+HEADERS        = autoconf.h conf.h conffile.h detail.h dhcp.h event.h hash.h heap.h \
+       ident.h libradius.h md4.h md5.h missing.h modcall.h modules.h \
+       packet.h pool.h rad_assert.h radius.h radiusd.h radpaths.h \
+       radutmp.h realms.h sha1.h smodule.h stats.h sysutmp.h token.h \
+       udpfromto.h vmps.h vqp.h
 
 include ../../Make.inc
 .PHONY: all clean distclean install