summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-09 02:53:54 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-09 02:53:54 +0100
commite3f6a9a0d4232d7ff41d2085641f35a0bf7b229f (patch)
tree89d093a894bfb802f5fe4020b36a452f73526f25 /source4/lib/ldb
parent17c7f7cc7417e87828fb9e87070f94d7e442e937 (diff)
downloadsamba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.tar.gz
samba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.tar.bz2
samba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.zip
Move PC_FILE out of the perl code.
(This used to be commit ca8d4260ada9f74ebc406714ca70d20be09b194b)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 02763f08a5..23e2ef71dd 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -120,12 +120,13 @@ ldb_tdb_OBJ_FILES = $(addprefix lib/ldb/ldb_tdb/, ldb_tdb.o ldb_search.o ldb_pac
# Start SUBSYSTEM ldb
[LIBRARY::LIBLDB]
CFLAGS = -Ilib/ldb/include
-PC_FILE = ldb.pc
INIT_FUNCTION_TYPE = extern const struct ldb_module_ops
PUBLIC_DEPENDENCIES = \
LIBTALLOC
PRIVATE_DEPENDENCIES = \
SOCKET_WRAPPER
+
+PC_FILES += $(ldbdir)/ldb.pc
#
# End SUBSYSTEM ldb
################################################