summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-20 01:19:59 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-20 01:19:59 +0100
commitb487ecdfad4518936cc542379b7f0102b38b3c62 (patch)
treebf9dfc798a2fdecea7fe4176eb5597caba092e64 /source4/build/smb_build/config_mk.pm
parentad5861a795106f544f31d292ab1360e35bc79932 (diff)
downloadsamba-b487ecdfad4518936cc542379b7f0102b38b3c62.tar.gz
samba-b487ecdfad4518936cc542379b7f0102b38b3c62.tar.bz2
samba-b487ecdfad4518936cc542379b7f0102b38b3c62.zip
build: Fix handling of external pkg-config dependencies when generating pkg-config files.
(This used to be commit 88f9e11286bf0f12fc766dbf21f311e5373f0811)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 7ad6600a8c..2365ca19b2 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -18,6 +18,7 @@ my $section_types = {
"CFLAGS" => "list",
"CPPFLAGS" => "list",
"LDFLAGS" => "list",
+ "PC_NAME" => "string",
},
"PYTHON" => {
SWIG_FILE => "string",
@@ -87,6 +88,8 @@ my $section_types = {
"VERSION" => "string",
"SO_VERSION" => "string",
"LIBRARY_REALNAME" => "string",
+
+ "PC_NAME" => "string",
"INIT_FUNCTION_TYPE" => "string",
"INIT_FUNCTION_SENTINEL" => "string",