r14516: dynconfig fixes
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Mar 2006 15:36:03 +0000 (15:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:35 +0000 (13:57 -0500)
(This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)

source4/build/smb_build/makefile.pm

index e822329a2e2f02f11cfedea916bd7cbbff8741e8..e632895f2095640a03183dc07b116a8275e157d3 100644 (file)
@@ -452,7 +452,8 @@ sub PkgConfig($$)
                "-l$link_name",
                "",
                "$ctx->{VERSION}",
-               $ctx->{DESCRIPTION}
+               $ctx->{DESCRIPTION},
+               1
        ); 
 }
 
@@ -511,6 +512,7 @@ sub write($$)
 
        # nasty hack to allow running locally
        if ($self->{duplicate_build}) {
+               $self->output("bin/libdynconfig.\$(SHLIBEXT): dynconfig-devel.o\n");
                $self->output("bin/libdynconfig.\$(SHLIBEXT): LIBRARY_DYNCONFIG_OBJ_LIST=dynconfig-devel.o\n");
        }