diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 02:42:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:40 -0500 |
commit | b40afa0c07be98f64c9cbaba029d6f27296f487a (patch) | |
tree | a8b2c3bc7f5368dd8e945c94a1e725ea0b18189b | |
parent | f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f (diff) | |
download | samba-b40afa0c07be98f64c9cbaba029d6f27296f487a.tar.gz samba-b40afa0c07be98f64c9cbaba029d6f27296f487a.tar.bz2 samba-b40afa0c07be98f64c9cbaba029d6f27296f487a.zip |
r14535: Fix header installation
(This used to be commit 0ef3fc567c9c57cfb81923e1bb6d0d8393075861)
-rw-r--r-- | source4/headermap.txt | 3 | ||||
-rw-r--r-- | source4/main.mk | 2 |
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) |