diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-01-25 15:10:40 +1100 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-01-25 15:10:40 +1100 |
| commit | e1797cf6be48b3c7ee00962283eb4e9d1b712961 (patch) | |
| tree | 24108a4a778dab7a9136893f9ed0a33e5dbc4934 /ctdb/lib/talloc/talloc.pc.in | |
| parent | 16d2ca6fa0c2e431240b2033d0b2c9196e66c200 (diff) | |
added copies of libs so can be built standalone
(This used to be ctdb commit 0bf6e6cb371bb946ea8cc1d8c7a23a41ea715832)
Diffstat (limited to 'ctdb/lib/talloc/talloc.pc.in')
| -rw-r--r-- | ctdb/lib/talloc/talloc.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ctdb/lib/talloc/talloc.pc.in b/ctdb/lib/talloc/talloc.pc.in new file mode 100644 index 0000000000..f93036a33d --- /dev/null +++ b/ctdb/lib/talloc/talloc.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: talloc +Description: A hierarchical pool based memory system with destructors +Version: 4.0 +Libs: -L${libdir} -ltalloc +Cflags: -I${includedir} +URL: http://talloc.samba.org/ |
