From 679a993329fddc320e4c67d2b66b5874c189b142 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Mar 2006 20:11:47 +0000 Subject: [PATCH] r14573: Install samba-config and headers (This used to be commit 29d63edbd71d665d2566a2f4aac90e93753946e3) --- source4/headermap.txt | 2 ++ source4/param/config.mk | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source4/headermap.txt b/source4/headermap.txt index 467dfaf497d9..f378148c5206 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 45b035b4eb82..4ef685a35be5 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 -- 2.34.1