diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-12 00:54:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:28 -0500 |
commit | 153349788cc643135b347eec80620ce958877f4b (patch) | |
tree | 642b59e98900362cdf78db0d36a6d08009686fa3 /source4/lib/util/config.mk | |
parent | 273d5f866653db0190c334c086bbfbd88d0ac3cb (diff) | |
download | samba-153349788cc643135b347eec80620ce958877f4b.tar.gz samba-153349788cc643135b347eec80620ce958877f4b.tar.bz2 samba-153349788cc643135b347eec80620ce958877f4b.zip |
r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdependencies
with LIBSAMBA-CONFIG.
(This used to be commit 4a044fb529075044755a0b5cc21446bf24bec72e)
Diffstat (limited to 'source4/lib/util/config.mk')
-rw-r--r-- | source4/lib/util/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 4f3a17d505..cda42c105a 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -1,7 +1,7 @@ -[LIBRARY::LIBSAMBA-UTIL] -VERSION = 0.0.1 -SO_VERSION = 0 -DESCRIPTION = Generic utility functions +[SUBSYSTEM::LIBSAMBA-UTIL] +#VERSION = 0.0.1 +#SO_VERSION = 0 +#DESCRIPTION = Generic utility functions PUBLIC_PROTO_HEADER = util_proto.h PUBLIC_HEADERS = util.h \ byteorder.h \ |