r14531: Install two extra header files
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Mar 2006 20:48:12 +0000 (20:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:39 +0000 (13:57 -0500)
(This used to be commit 87cfd6883ef73b8eeee4ca0a201e449417fa066b)

source4/headermap.txt
source4/main.mk

index 816c75da9536f7417bcbf2eef58dcc6e524d98b5..eb03a110f2bc651ce23dd76dc0b73c8942d4d597 100644 (file)
@@ -69,3 +69,5 @@ libcli/libcli_proto.h: client/proto.h
 librpc/gen_ndr/nbt.h: gen_ndr/nbt.h
 librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h
 lib/cmdline/popt_common.h: samba/popt.h
+include/dlinklist.h: dlinklist.h
+include/version.h: samba/version.h
index 931d29be46307223c530b493f6cb7129b35be8f4..e9ed163b263d03c49d517549e2993439dd546a15 100644 (file)
@@ -32,7 +32,9 @@ include scripting/config.mk
 include kdc/config.mk
 include passdb/config.mk
 
-DEFAULT_HEADERS = $(srcdir)/include/core.h
+DEFAULT_HEADERS = $(srcdir)/include/core.h \
+                                 $(srcdir)/include/dlinklist.h \
+                                 $(srcdir)/include/version.h
 
 binaries: $(BINARIES)
 libraries: $(STATIC_LIBS) $(SHARED_LIBS)