s3-waf: add popt and tdb include dirs to the includes list
authorKai Blin <kai@samba.org>
Tue, 11 May 2010 08:31:22 +0000 (10:31 +0200)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:15 +0000 (22:16 +0200)
source3/wscript

index a261d39d7cc72cb516ebea026017aab8b72867c1..46261c5b6515fc7db5a410c24bf3792624953560 100644 (file)
@@ -65,7 +65,7 @@ def configure(conf):
     # set a limit on recursing in the waf preprocessor
     conf.env.preprocessor_recursion_limit = 10
 
-    conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc')
+    conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb #lib/popt')
 
     conf.RECURSE('../lib/replace')
     conf.RECURSE('build')