summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/headermap.txt2
-rw-r--r--source4/main.mk4
2 files changed, 5 insertions, 1 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index 816c75da95..eb03a110f2 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -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
diff --git a/source4/main.mk b/source4/main.mk
index 931d29be46..e9ed163b26 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -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)