diff options
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r-- | DevTools/HackStudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile index 6598b57e35..d1f17a0651 100644 --- a/DevTools/HackStudio/Makefile +++ b/DevTools/HackStudio/Makefile @@ -17,6 +17,6 @@ OBJS = \ PROGRAM = HackStudio -LIB_DEPS = GUI HTML VT Protocol Markdown Gfx IPC Thread Pthread Core +LIB_DEPS = GUI Web VT Protocol Markdown Gfx IPC Thread Pthread Core include ../../Makefile.common |