diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/ldb.pc.in | 4 | ||||
-rw-r--r-- | source4/lib/talloc/talloc.pc.in | 4 | ||||
-rw-r--r-- | source4/lib/tdb/tdb.pc.in | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 8b0536e21e..d208d6b3c3 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -7,6 +7,8 @@ modulesdir=@modulesdir@ Name: ldb Description: An LDAP-like embedded database Version: 4.0 -Libs: @LIBS@ -L${libdir} -lldb +Requires.private: tdb +Requires: talloc +Libs: -L${libdir} -lldb Cflags: -I${includedir} @CFLAGS@ Modulesdir: ${modulesdir} diff --git a/source4/lib/talloc/talloc.pc.in b/source4/lib/talloc/talloc.pc.in index 7f9ef754cb..2c2658ddfe 100644 --- a/source4/lib/talloc/talloc.pc.in +++ b/source4/lib/talloc/talloc.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: talloc Description: A hierarchical pool based memory system with destructors Version: 4.0 -Libs: @LIBS@ -L${libdir} -ltalloc -Cflags: -I${includedir} @CFLAGS@ +Libs: -L${libdir} -ltalloc +Cflags: -I${includedir} diff --git a/source4/lib/tdb/tdb.pc.in b/source4/lib/tdb/tdb.pc.in index 0d54afe242..8180d47185 100644 --- a/source4/lib/tdb/tdb.pc.in +++ b/source4/lib/tdb/tdb.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: tdb Description: A trivial database Version: 4.0 -#Libs: @LIBS@ -L${libdir} -ltdb -Cflags: -I${includedir} @CFLAGS@ +Libs: -L${libdir} -ltdb +Cflags: -I${includedir} |