aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-05 06:00:01 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-05 06:00:01 +0000
commit5d6ce1ec44d107e6f0b451b08cd4c82419999d70 (patch)
treeaeec2daaf49e6819a9fbdb2f932febeabd772c82 /epan/dissectors/pidl
parent399ebb014cbafa4c5bbc652d3d419634ee8a5fab (diff)
update the Makefile to point to the new path after the svn move
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19805 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/nspi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/pidl/nspi/Makefile b/epan/dissectors/pidl/nspi/Makefile
index ab3b53624b..a6a92083a6 100644
--- a/epan/dissectors/pidl/nspi/Makefile
+++ b/epan/dissectors/pidl/nspi/Makefile
@@ -1,13 +1,13 @@
all: packet-dcerpc-nspi.c packet-dcerpc-nspi.h
-idl_types.h: ../../epan/dissectors/pidl/idl_types.h
- cp ../../epan/dissectors/pidl/idl_types.h idl_types.h
+idl_types.h: ../idl_types.h
+ cp ../idl_types.h idl_types.h
packet-dcerpc-nspi.c packet-dcerpc-nspi.h: nspi.idl mapicodes_enum.h mapitags_enum.h idl_types.h
- ../../tools/pidl/pidl --ws-parser -- nspi.idl
+ ../../../../tools/pidl/pidl --ws-parser -- nspi.idl
clean:
rm -f packet-dcerpc-nspi.c packet-dcerpc-nspi.h idl_types.h
install: packet-dcerpc-nspi.c packet-dcerpc-nspi.h
- cp packet-dcerpc-nspi.c packet-dcerpc-nspi.h ../../epan/dissectors/
+ cp packet-dcerpc-nspi.c packet-dcerpc-nspi.h ../../