summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-01 15:08:30 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-01 15:08:30 +0200
commitf41b9a9dde0dcad17e3a137537548f9bd9ab3901 (patch)
tree72a4dee546384c79e2648125bf441c832372a8c3 /source4/param
parent0ef6489eb171767401c2937f36e44c0b3c58f4f0 (diff)
downloadsamba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.tar.gz
samba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.tar.bz2
samba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.zip
Rename libsamba-config to libsamba-hostconfig.
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/config.mk4
-rw-r--r--source4/param/samba-hostconfig.pc.in (renamed from source4/param/samba-config.pc.in)6
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index 59b3fd5f9a..69e3d65434 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -1,4 +1,4 @@
-[SUBSYSTEM::LIBSAMBA-CONFIG]
+[SUBSYSTEM::LIBSAMBA-HOSTCONFIG]
OBJ_FILES = loadparm.o \
generic.o \
util.o \
@@ -46,4 +46,4 @@ PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB NDR_SECURITY
[PYTHON::param]
SWIG_FILE = param.i
-PRIVATE_DEPENDENCIES = LIBSAMBA-CONFIG
+PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG
diff --git a/source4/param/samba-config.pc.in b/source4/param/samba-hostconfig.pc.in
index 801f6aeda4..b8ba24096d 100644
--- a/source4/param/samba-config.pc.in
+++ b/source4/param/samba-hostconfig.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: samba-config
-Description: Reading Samba configuration files
+Name: samba-hostconfig
+Description: Host-wide Samba configuration
Version: 0.0.1
-Libs: -L${libdir} -lsamba-config
+Libs: -L${libdir} -lsamba-hostconfig
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1