summaryrefslogtreecommitdiff
path: root/source3/lib/talloc/talloc.pc.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-19 09:08:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:29 -0500
commit3255daa1888c7d2f10e929b1d0614db4a0a013e7 (patch)
treedf87351e4f5282a34936810f101a52603b42d950 /source3/lib/talloc/talloc.pc.in
parent4c8dc9c11eb97b1b20b3b6a03a155acb2dfc193b (diff)
downloadsamba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.tar.gz
samba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.tar.bz2
samba-3255daa1888c7d2f10e929b1d0614db4a0a013e7.zip
r22366: sync lib/talloc/ with samba4
metze (This used to be commit 7fab12b34a818f029f4285a59d6e49768b7f8e79)
Diffstat (limited to 'source3/lib/talloc/talloc.pc.in')
-rw-r--r--source3/lib/talloc/talloc.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/lib/talloc/talloc.pc.in b/source3/lib/talloc/talloc.pc.in
index 7f9ef754cb..f93036a33d 100644
--- a/source3/lib/talloc/talloc.pc.in
+++ b/source3/lib/talloc/talloc.pc.in
@@ -6,5 +6,6 @@ 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}
+URL: http://talloc.samba.org/