diff options
-rw-r--r-- | source4/headermap.txt | 2 | ||||
-rw-r--r-- | source4/param/config.mk | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt index 467dfaf497..f378148c52 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -74,3 +74,5 @@ librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h lib/cmdline/popt_common.h: samba/popt.h include/dlinklist.h: dlinklist.h version.h: samba/version.h +param/proto.h: param/proto.h +param/param.h: param.h diff --git a/source4/param/config.mk b/source4/param/config.mk index 45b035b4eb..4ef685a35b 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -7,6 +7,5 @@ OBJ_FILES = loadparm.o \ generic.o \ ../lib/version.o REQUIRED_SUBSYSTEMS = LIBSAMBA-UTIL DYNCONFIG -PRIVATE_PROTO_HEADER = proto.h - - +PUBLIC_PROTO_HEADER = proto.h +PUBLIC_HEADERS = param.h |