wireshark/epan/dissectors/pidl/mapi/Makefile
Ronnie Sahlberg 331e026f6c Add autogenerated dissector for DCE/RPC MAPI and also the (non-NDR)
protocol that is transported within 


svn path=/trunk/; revision=25096
2008-04-17 12:05:16 +00:00

17 lines
475 B
Makefile

all: packet-dcerpc-mapi.c packet-dcerpc-mapi.h
packet-dcerpc-mapi.c packet-dcerpc-mapi.h: mapi.idl \
mapi.cnf \
request.cnf.c \
response.cnf.c \
mapicodes_enum.h \
mapitags_enum.h \
../idl_types.h
pidl --verbose --includedir=.. --ws-parser -- mapi.idl
clean:
rm -f packet-dcerpc-mapi.c packet-dcerpc-mapi.h idl_types.h
install: packet-dcerpc-mapi.c packet-dcerpc-mapi.h
cp packet-dcerpc-mapi.c packet-dcerpc-mapi.h ../../