diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:08:30 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:08:30 +0200 |
commit | c46b7e90e347da76156ddcae4866adb88e9fec21 (patch) | |
tree | a7db622d9f01cd56771665a1e9ba280c3f365b9e /source/param | |
parent | 03226035aaa8d4fc68996b08bc6beb43feabbd3a (diff) | |
download | samba-c46b7e90e347da76156ddcae4866adb88e9fec21.tar.gz |
Rename libsamba-config to libsamba-hostconfig.
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/config.mk | 4 | ||||
-rw-r--r-- | source/param/samba-hostconfig.pc.in (renamed from source/param/samba-config.pc.in) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source/param/config.mk b/source/param/config.mk index 59b3fd5f9a9..69e3d654346 100644 --- a/source/param/config.mk +++ b/source/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/source/param/samba-config.pc.in b/source/param/samba-hostconfig.pc.in index 801f6aeda47..b8ba24096df 100644 --- a/source/param/samba-config.pc.in +++ b/source/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 |