From a57365a2e6f303572da011e490d05e1424c53934 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 11:21:16 +0000 Subject: r18073: next step in grab libreplace plan - see IRC logs for very detailed discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9) --- source4/lib/replace/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/replace/Makefile.in') diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index baadbc5d5c..502dacbd2a 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -6,16 +6,16 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ includedir = @includedir@ libdir = @libdir@ -VPATH = @srcdir@ +VPATH = @libreplacedir@ srcdir = @srcdir@ builddir = @builddir@ INSTALL = @INSTALL@ .PHONY: test -CFLAGS=-I. -I$(srcdir) @CFLAGS@ +CFLAGS=-I. -I@libreplacedir@ @CFLAGS@ -OBJS = dlfcn.o getpass.o replace.o snprintf.o timegm.o +OBJS = @LIBREPLACEOBJ@ all: libreplace.a testsuite -- cgit