summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/headermap.txt3
-rw-r--r--source4/main.mk2
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index eb03a110f2..adfcfe1015 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -64,10 +64,11 @@ libcli/ldap/ldap.h: ldap.h
libcli/ldap/ldap_proto.h: ldap_proto.h
torture/torture.h: torture.h
torture/proto.h: torture/proto.h
+torture/util.h: torture/util.h
libcli/libcli.h: client.h
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
+version.h: samba/version.h
diff --git a/source4/main.mk b/source4/main.mk
index d441939ba2..a2adbbb548 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -34,7 +34,7 @@ include passdb/config.mk
DEFAULT_HEADERS = $(srcdir)/include/core.h \
$(srcdir)/include/dlinklist.h \
- $(srcdir)/include/version.h
+ $(srcdir)/version.h
binaries: $(BINARIES)
libraries: $(STATIC_LIBS) $(SHARED_LIBS)