diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-09 07:27:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:10 -0500 |
commit | b15ed4f552b7743133e2312bc7cd4a6ee6d5af9d (patch) | |
tree | ee53a624973eecece8b8724dcce8dba450f19ce0 /source4/Makefile.in | |
parent | 9cbbf2d55253783adaeceac9bc2f8c9ffe40aa94 (diff) | |
download | samba-b15ed4f552b7743133e2312bc7cd4a6ee6d5af9d.tar.gz samba-b15ed4f552b7743133e2312bc7cd4a6ee6d5af9d.tar.bz2 samba-b15ed4f552b7743133e2312bc7cd4a6ee6d5af9d.zip |
r130: added DCERPC_COMMON_OBJS to Makefile.in
(This used to be commit ab8904a596c6a81806e5af1c56a43e272c8a7855)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index d089bcbde9..91216d11ed 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -150,6 +150,8 @@ TORTURE_NBENCH_OBJS = @TORTURE_NBENCH_OBJS@ TORTURE_BASIC_OBJS = @TORTURE_BASIC_OBJS@ +DCERPC_COMMON_OBJS = @DCERPC_COMMON_OBJS@ + TORTURE_OBJS = @TORTURE_OBJS@ TORTURE_LIBS = @TORTURE_LIBS@ |