Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- stfl-0.21.orig/Makefile
+++ stfl-0.21/Makefile
@@ -39,7 +39,7 @@
libstfl.so.$(VERSION): public.o base.o parser.o dump.o style.o binding.o iconv.o \
$(patsubst %.c,%.o,$(wildcard widgets/*.c))
- $(CC) -shared -Wl,-soname,$(SONAME) -o $@ $^
+ $(CC) -shared -Wl,-soname,$(SONAME) -o $@ $^ $(LDLIBS)
clean:
rm -f libstfl.a example core core.* *.o Makefile.deps