From: Alan T. DeKok Date: Tue, 5 May 2009 12:12:02 +0000 (+0200) Subject: Include more header files in the default install X-Git-Tag: release_2_1_7~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e815b95a9e98263cb49c1c963e09b2e53acf75;p=thirdparty%2Ffreeradius-server.git Include more header files in the default install --- diff --git a/src/include/Makefile b/src/include/Makefile index 518d7489d87..e8f77c67501 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -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