summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/talloc.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-06 13:14:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:54 -0500
commit8f89522a3fdb5160f7dc5748b8c10ca39c22d775 (patch)
treea3efa5216590832bd35ebd34a278aa844df313df /source4/lib/talloc/talloc.pc.in
parent2eeb0e5f282a22e11de07d4038b01fc446e3fc14 (diff)
downloadsamba-8f89522a3fdb5160f7dc5748b8c10ca39c22d775.tar.gz
samba-8f89522a3fdb5160f7dc5748b8c10ca39c22d775.tar.bz2
samba-8f89522a3fdb5160f7dc5748b8c10ca39c22d775.zip
r19570: Fix dependencies in pkg-config files.
(This used to be commit 1b046698521f77b843f4a2fcf91230ee2917b569)
Diffstat (limited to 'source4/lib/talloc/talloc.pc.in')
-rw-r--r--source4/lib/talloc/talloc.pc.in4
1 files changed, 2 insertions, 2 deletions
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}