diff options
Diffstat (limited to 'Libraries/LibHTML/Makefile')
-rw-r--r-- | Libraries/LibHTML/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibHTML/Makefile b/Libraries/LibHTML/Makefile index cc0848d309..1cc579355b 100644 --- a/Libraries/LibHTML/Makefile +++ b/Libraries/LibHTML/Makefile @@ -7,7 +7,7 @@ all: $(LIBRARY) tho include Makefile.shared tho: $(TEST_OBJS) $(LIBRARY) - $(LD) -o $@ $(LDFLAGS) -L. $(TEST_OBJS) -lhtml -lgui -lcore -lc + $(LD) -o $@ $(LDFLAGS) -L. $(TEST_OBJS) -lhtml -lgui -ldraw -lcore -lc $(LIBRARY): $(LIBHTML_OBJS) @echo "LIB $@"; $(AR) rcs $@ $(LIBHTML_OBJS) |