summaryrefslogtreecommitdiff
path: root/source4/param/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/config.mk')
-rw-r--r--source4/param/config.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index f43c9d8a1b..eee22cf1b8 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -1,9 +1,11 @@
-[SUBSYSTEM::LIBSAMBA-CONFIG]
+[LIBRARY::LIBSAMBA-HOSTCONFIG]
+VERSION = 0.0.1
+SO_VERSION = 1
OBJ_FILES = loadparm.o \
- params.o \
generic.o \
util.o \
../lib/version.o
+PC_FILE = samba-hostconfig.pc
PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL
PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT CHARSET
PRIVATE_PROTO_HEADER = proto.h
@@ -47,4 +49,4 @@ PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB NDR_SECURITY
[PYTHON::param]
SWIG_FILE = param.i
-PRIVATE_DEPENDENCIES = LIBSAMBA-CONFIG
+PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG