summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-18 19:46:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-18 19:46:27 +0100
commit094769618e180cae404f5951b969e9c6c778e421 (patch)
treee2f1e6f4211ba73deae9592273bccb1be3df64ef /source4/build/smb_build/config_mk.pm
parentc5487903df0f770600d0e96bfb26e00f8254c82f (diff)
downloadsamba-094769618e180cae404f5951b969e9c6c778e421.tar.gz
samba-094769618e180cae404f5951b969e9c6c778e421.tar.bz2
samba-094769618e180cae404f5951b969e9c6c778e421.zip
Use implicit build system element creation for external libraries.
(This used to be commit 3b08f190c9dd4567e684c804a22e2612f405bbec)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index aa075490bc..ed05a4e4d9 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -18,7 +18,6 @@ my $section_types = {
"CFLAGS" => "list",
"CPPFLAGS" => "list",
"LDFLAGS" => "list",
- "PC_NAME" => "string",
},
"PYTHON" => {
SWIG_FILE => "string",
@@ -90,7 +89,6 @@ my $section_types = {
"SO_VERSION" => "string",
"LIBRARY_REALNAME" => "string",
- "PC_NAME" => "string",
"PC_FILE" => "string",
"INIT_FUNCTION_TYPE" => "string",