summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-18 15:33:25 +0100
committerGünther Deschner <gd@samba.org>2011-02-18 15:34:27 +0100
commita2f4a17b5e005afa1a8b15921e81c42cda6bcec0 (patch)
treeacf8d4d8b47bdc9c349163b4ec95c0644a18a3fa /source3/wscript
parent1ad8e5229f618fc04af371ba52b81f2e7e1f88f5 (diff)
downloadsamba-a2f4a17b5e005afa1a8b15921e81c42cda6bcec0.tar.gz
samba-a2f4a17b5e005afa1a8b15921e81c42cda6bcec0.tar.bz2
samba-a2f4a17b5e005afa1a8b15921e81c42cda6bcec0.zip
s3-waf: fix popt support.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 7c01e8fcce..f248c2f187 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -93,6 +93,8 @@ def configure(conf):
conf.ADD_EXTRA_INCLUDES('#lib/tevent')
if not conf.env.USING_SYSTEM_TALLOC:
conf.ADD_EXTRA_INCLUDES('#lib/talloc')
+ if not conf.env.USING_SYSTEM_POPT:
+ conf.ADD_EXTRA_INCLUDES('#lib/popt')
conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)