| Index: src/Makefile
|
| diff --git a/src/Makefile b/src/Makefile
|
| index 6f6d08549267397a54435da1495e279fcf056a97..ebccd543d7c811b1621a13860735af5eeccf1759 100644
|
| --- a/src/Makefile
|
| +++ b/src/Makefile
|
| @@ -2,7 +2,7 @@
|
| SUBZERO_LEVEL := ..
|
|
|
| TOOLNAME := pnacl-sz
|
| -LINK_COMPONENTS := support
|
| +LINK_COMPONENTS := bitreader naclbitreader irreader naclanalysis nacltransforms support
|
|
|
| # This tool has no plugins, optimize startup time.
|
| TOOL_NO_EXPORTS := 1
|
| @@ -10,4 +10,3 @@ TOOL_NO_EXPORTS := 1
|
| include $(SUBZERO_LEVEL)/../../Makefile.config
|
|
|
| include $(SUBZERO_LEVEL)/Makefile
|
| -
|
|
|