libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
[obnox/wireshark/wip.git] / epan / dissectors / dcerpc / budb / Makefile
index 6941e36764adccf5552893c04fa34be72df2e495..db6adb9f5bb986318f56eae31e6172f252259d53 100644 (file)
@@ -6,8 +6,8 @@ all: generate_dissector
 
 generate_dissector: $(DISSECTOR_FILES)
 
-$(DISSECTOR_FILES): ../idl2eth budb.idl budb.cnf template.c template.h 
-       ../idl2eth budb
+$(DISSECTOR_FILES): ../idl2wrs budb.idl budb.cnf template.c template.h 
+       ../idl2wrs budb
 
 clean:
        rm -f ETH_* $(DISSECTOR_FILES)