diff --git a/Makefile.in b/Makefile.in index 05e84b6..1e8c363 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ ${DISTDIR}.tar.gz: distfiles dist: ${DISTDIR}.tar.gz ${LIBLIB}: ${LIBOBJ} - ${CC} ${CFLAGS} ${INCLUDE} -shared -o $@ ${LIBOBJ} ${LDLIBS} + ${CC} ${CFLAGS} ${INCLUDE} -shared -o $@ ${LIBOBJ} ${LDLIBS} ${LDFLAGS} test: test.c ${CC} ${CFLAGS} -o $@ test.c ${LDLIBS}