diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-22 03:34:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:24 -0500 |
commit | 04d5c4aefd12818c30646d8475fb25b062de0877 (patch) | |
tree | b293d0b02f240c6ef2de43af5e7ed6b84c550c8c | |
parent | f35b2151479a379af8fb7308d97baded19d152cf (diff) | |
download | samba-04d5c4aefd12818c30646d8475fb25b062de0877.tar.gz samba-04d5c4aefd12818c30646d8475fb25b062de0877.tar.bz2 samba-04d5c4aefd12818c30646d8475fb25b062de0877.zip |
r17686: tdb.pc is in the build directory
(This used to be commit 01b76c7aa118f853593d006803796e50e8821533)
-rw-r--r-- | source4/lib/tdb/Makefile.in | 2 |
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 |