diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-23 20:56:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:05 -0500 |
commit | 57a55df196aa12529546c6f2ccc893fe68b32f2a (patch) | |
tree | e1acb712d1b46fa5209f2c8409fd343e7cc5239f /source4/lib/util/config.mk | |
parent | dfc517b05395d925a4d7b1ce9633a849f9468e70 (diff) | |
download | samba-57a55df196aa12529546c6f2ccc893fe68b32f2a.tar.gz samba-57a55df196aa12529546c6f2ccc893fe68b32f2a.tar.bz2 samba-57a55df196aa12529546c6f2ccc893fe68b32f2a.zip |
r13662: Typo fix, add more public headers
(This used to be commit d98948716f237c3a501b283a0bbc3837bb3fd3c8)
Diffstat (limited to 'source4/lib/util/config.mk')
-rw-r--r-- | source4/lib/util/config.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 79e145775d..81614ed647 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -1,6 +1,15 @@ -[SUBSYSTEM::LIBBASIC] +[LIBRARY::LIBBASIC] +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +RELEASE_VERSION = 1 +DESCRIPTION = Generic utility functions PRIVATE_PROTO_HEADER = util_proto.h -PUBLIC_HEADERS = util.h +PUBLIC_HEADERS = util.h \ + byteorder.h \ + debug.h \ + mutex.h \ + safe_string.h \ + xfile.h OBJ_FILES = xfile.o \ debug.o \ fault.o \ |