summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:34:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:24 -0500
commit04d5c4aefd12818c30646d8475fb25b062de0877 (patch)
treeb293d0b02f240c6ef2de43af5e7ed6b84c550c8c /source4/lib/tdb/Makefile.in
parentf35b2151479a379af8fb7308d97baded19d152cf (diff)
downloadsamba-04d5c4aefd12818c30646d8475fb25b062de0877.tar.gz
samba-04d5c4aefd12818c30646d8475fb25b062de0877.tar.bz2
samba-04d5c4aefd12818c30646d8475fb25b062de0877.zip
r17686: tdb.pc is in the build directory
(This used to be commit 01b76c7aa118f853593d006803796e50e8821533)
Diffstat (limited to 'source4/lib/tdb/Makefile.in')
-rw-r--r--source4/lib/tdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in
index cf28dca304..88c35f3533 100644
--- a/source4/lib/tdb/Makefile.in
+++ b/source4/lib/tdb/Makefile.in
@@ -37,7 +37,7 @@ install: all
mkdir -p $(libdir)/pkgconfig
cp $(PROGS) $(bindir)
cp $(srcdir)/include/tdb.h $(includedir)
- cp $(srcdir)/tdb.pc $(libdir)/pkgconfig
+ cp tdb.pc $(libdir)/pkgconfig
bin/tdbtest: tools/tdbtest.o $(TDB_OBJ)
$(CC) $(CFLAGS) -o bin/tdbtest tools/tdbtest.o $(TDB_OBJ) -lgdbm