diff options
Diffstat (limited to 'tools/dis')
-rw-r--r-- | tools/dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dis/Makefile b/tools/dis/Makefile index 5ee0021..5e7f6d3 100644 --- a/tools/dis/Makefile +++ b/tools/dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader vmcore support.a cwriter +USEDLIBS = bcreader cwriter ipa.a vmcore support.a include $(LEVEL)/Makefile.common |