summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:21:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:11 -0500
commita57365a2e6f303572da011e490d05e1424c53934 (patch)
treebc1abd73c7858aa741ec5868e2cd49f37eae8abb /source4/lib/replace/Makefile.in
parent3a70ec899a2d408bfc11cc21a3f470d22c080c15 (diff)
downloadsamba-a57365a2e6f303572da011e490d05e1424c53934.tar.gz
samba-a57365a2e6f303572da011e490d05e1424c53934.tar.bz2
samba-a57365a2e6f303572da011e490d05e1424c53934.zip
r18073: next step in grab libreplace plan - see IRC logs for very detailed
discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r--source4/lib/replace/Makefile.in6
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