summaryrefslogtreecommitdiff
path: root/lib/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 18:14:33 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:10 +1000
commitbd44f14d8f920a89b43ac84417365191a93d4aaf (patch)
tree64330a208dcb3b17495370fb42f2b25c669ed1ce /lib/torture
parent1750bd4b363fecc9695ed20e707e786cae7e60c4 (diff)
downloadsamba-bd44f14d8f920a89b43ac84417365191a93d4aaf.tar.gz
samba-bd44f14d8f920a89b43ac84417365191a93d4aaf.tar.bz2
samba-bd44f14d8f920a89b43ac84417365191a93d4aaf.zip
s4-waf: enable the pc_files in the build rules
Diffstat (limited to 'lib/torture')
-rw-r--r--lib/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/wscript_build b/lib/torture/wscript_build
index fe8becabff..fa5fd3b062 100644
--- a/lib/torture/wscript_build
+++ b/lib/torture/wscript_build
@@ -5,7 +5,7 @@
bld.SAMBA_LIBRARY('torture',
source='torture.c subunit.c',
vnum='0.0.1',
- # PC_FILES='torture.pc',
+ pc_files='torture.pc',
public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent',
public_headers='torture.h'
)