From f05001f84d966a0b0c80b9d5212c2f3ac11d1660 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 9 Jan 2011 20:28:06 +0000 Subject: Rework POW build so that we can use static libraries again. svn path=/configure; revision=3602 --- rcynic/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rcynic') diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in index 0f0ad3d0..d550297e 100644 --- a/rcynic/Makefile.in +++ b/rcynic/Makefile.in @@ -10,13 +10,16 @@ CFLAGS = @CFLAGS@ -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations LDFLAGS = @LDFLAGS@ @LD_STATIC_FLAG@ LIBS = @LIBS@ +abs_top_srcdir = @abs_top_srcdir@ +abs_top_builddir = @abs_top_builddir@ + all: ${BIN} clean: rm -f ${BIN} ${OBJ} ${BIN}: ${SRC} - ${CC} ${CFLAGS} -o $@ ${SRC} ${LDFLAGS} -lcrypto ${LIBS} + ${CC} ${CFLAGS} -o $@ ${SRC} ${LDFLAGS} ${LIBS} test: ${BIN} if test -r rcynic.conf; then ./${BIN} -j 0 && echo && ./show.sh; else echo No rcynic.conf, skipping test; fi -- cgit v1.2.3