diff options
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r-- | source4/lib/replace/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |