diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-02-04 14:08:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:47 -0500 |
commit | 1a53c1dc927efbc6a594ed513feb9ab9247078e8 (patch) | |
tree | 1a93785abb3ba5af9e321dcc9bb299f30c512ffd /source4/torture/local | |
parent | 289e9baa1d9ab7fa36d88a5cd50c0a0f706c07bb (diff) | |
download | samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.gz samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.bz2 samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.zip |
r13346: use private proto header files for the torture tests
metze
(This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index f45fb2247d..7ee7a13d58 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -1,6 +1,8 @@ ################################# # Start SUBSYSTEM TORTURE_LOCAL [SUBSYSTEM::TORTURE_LOCAL] +PRIVATE_PROTO_HEADER = \ + proto.h OBJ_FILES = \ iconv.o \ ../../lib/talloc/testsuite.o \ |