s4:librpc: rpc_common.h was move to dcerpc-binding
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Sep 2011 13:21:12 +0000 (15:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 6 Sep 2011 13:22:19 +0000 (15:22 +0200)
metze

source4/librpc/wscript_build

index 677dd30af7b7f808db8bd03a9c02b40528b622fa..5a76133f1ab2e0166405c2ccb86fde26fed55670 100755 (executable)
@@ -144,7 +144,7 @@ bld.SAMBA_LIBRARY('dcerpc',
        public_headers='''rpc/dcerpc.h ../../librpc/gen_ndr/mgmt.h
        ../../librpc/gen_ndr/ndr_mgmt.h ../../librpc/gen_ndr/ndr_mgmt_c.h
        ../../librpc/gen_ndr/epmapper.h ../../librpc/gen_ndr/ndr_epmapper.h
-       ../../librpc/gen_ndr/ndr_epmapper_c.h ../../librpc/rpc/rpc_common.h''',
+       ../../librpc/gen_ndr/ndr_epmapper_c.h''',
        # It's very important to keep this form of construction
        # it force the sambawaf extension to put everything that match the first element
        # (*gen_ndr*) into the dir named by the second element (gen_ndr).