1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r14535: Fix header installation

(This used to be commit 0ef3fc567c)
This commit is contained in:
Jelmer Vernooij 2006-03-18 02:42:55 +00:00 committed by Gerald (Jerry) Carter
parent f9ec6bfb98
commit b40afa0c07
2 changed files with 3 additions and 2 deletions

View File

@ -64,10 +64,11 @@ libcli/ldap/ldap.h: ldap.h
libcli/ldap/ldap_proto.h: ldap_proto.h libcli/ldap/ldap_proto.h: ldap_proto.h
torture/torture.h: torture.h torture/torture.h: torture.h
torture/proto.h: torture/proto.h torture/proto.h: torture/proto.h
torture/util.h: torture/util.h
libcli/libcli.h: client.h libcli/libcli.h: client.h
libcli/libcli_proto.h: client/proto.h libcli/libcli_proto.h: client/proto.h
librpc/gen_ndr/nbt.h: gen_ndr/nbt.h librpc/gen_ndr/nbt.h: gen_ndr/nbt.h
librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h
lib/cmdline/popt_common.h: samba/popt.h lib/cmdline/popt_common.h: samba/popt.h
include/dlinklist.h: dlinklist.h include/dlinklist.h: dlinklist.h
include/version.h: samba/version.h version.h: samba/version.h

View File

@ -34,7 +34,7 @@ include passdb/config.mk
DEFAULT_HEADERS = $(srcdir)/include/core.h \ DEFAULT_HEADERS = $(srcdir)/include/core.h \
$(srcdir)/include/dlinklist.h \ $(srcdir)/include/dlinklist.h \
$(srcdir)/include/version.h $(srcdir)/version.h
binaries: $(BINARIES) binaries: $(BINARIES)
libraries: $(STATIC_LIBS) $(SHARED_LIBS) libraries: $(STATIC_LIBS) $(SHARED_LIBS)