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 --- utils/print_manifest/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'utils/print_manifest') diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in index 2815f439..5055e830 100644 --- a/utils/print_manifest/Makefile.in +++ b/utils/print_manifest/Makefile.in @@ -2,7 +2,6 @@ NAME = print_manifest - BIN = ${NAME} SRC = ${NAME}.c OBJ = ${NAME}.o @@ -11,15 +10,18 @@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ 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} -MANIFEST_DIR = @top_srcdir@/rpkid/tests/smoketest.dir/publication +MANIFEST_DIR = ${abs_top_builddir}/rpkid/tests/smoketest.dir/publication test: all -date -u +'now: %Y%m%d%H%M%SZ' -- cgit v1.2.3