diff options
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 8 | ||||
-rw-r--r-- | source4/param/share.c | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index 42cb6f3c1c..4c202dc6de 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -3,13 +3,19 @@ PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT CHARSET LIBSAMBA-HOSTCONFIG_VERSION = 0.0.1 -LIBSAMBA-HOSTCONFIG-SOVERSION = 0 +LIBSAMBA-HOSTCONFIG_SOVERSION = 0 LIBSAMBA-HOSTCONFIG_OBJ_FILES = param/loadparm.o \ param/generic.o \ param/util.o \ lib/version.o +LIBSAMBA-CONFIG_OBJ_FILES = param/loadparm.o \ + param/params.o \ + param/generic.o \ + param/util.o \ + lib/version.o + PUBLIC_HEADERS += param/param.h PC_FILES += param/samba-hostconfig.pc diff --git a/source4/param/share.c b/source4/param/share.c index f8ee468054..47aea55751 100644 --- a/source4/param/share.c +++ b/source4/param/share.c @@ -21,7 +21,6 @@ #include "includes.h" #include "param/share.h" -#include "build.h" #include "param/param.h" const char *share_string_option(struct share_config *scfg, const char *opt_name, const char *defval) |