1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

r25447: Fix installation of headers. Patch by Brad Hards.

(This used to be commit b1aae72420)
This commit is contained in:
Jelmer Vernooij 2007-10-01 18:58:38 +00:00 committed by Gerald (Jerry) Carter
parent 2f3551ca7c
commit 14da63dbd3
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ lib/talloc/talloc.h: talloc.h
lib/util/util.h: util.h
lib/util/debug.h: util/debug.h
lib/util/mutex.h: util/mutex.h
lib/util/attr.h: util/attr.h
lib/util/byteorder.h: util/byteorder.h
lib/util/safe_string.h: util/safe_string.h
lib/util/xfile.h: util/xfile.h

View File

@ -3,6 +3,7 @@
#SO_VERSION = 0
#DESCRIPTION = Generic utility functions
PUBLIC_HEADERS = util.h \
attr.h \
byteorder.h \
data_blob.h \
debug.h \