diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-13 20:44:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:33 -0500 |
commit | 606c0fec4315bf10eb50b8ab656204b086446e3d (patch) | |
tree | c9aadc6b2fd9f9d270b57db6aafa7804b3211c66 /source4/torture | |
parent | 6bcbdc2757758f936ce03319c533bb480f4fdc37 (diff) | |
download | samba-606c0fec4315bf10eb50b8ab656204b086446e3d.tar.gz samba-606c0fec4315bf10eb50b8ab656204b086446e3d.tar.bz2 samba-606c0fec4315bf10eb50b8ab656204b086446e3d.zip |
r21830: Fix header installation, remove proto header with a single prototype.
(This used to be commit 47a17a741af625eb52f611b3d0f3ea0e207f2c3a)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index fa13dcc0f1..998c729160 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -161,7 +161,7 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = \ NDR_TABLE RPC_NDR_UNIXINFO dcerpc_samr RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN \ RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \ - dcerpc_mgmt RPC_NDR_NETLOGON dcerpc_atsvc RPC_NDR_DRSUAPI \ + RPC_NDR_NETLOGON dcerpc_atsvc RPC_NDR_DRSUAPI \ RPC_NDR_LSA RPC_NDR_EPMAPPER RPC_NDR_DFS RPC_NDR_SPOOLSS \ RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_ROT RPC_NDR_DSSETUP \ RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER WB_HELPER LIBSAMBA-NET \ |