[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
[Samba.git] / source / lib / talloc / talloc.pc.in
blob7f9ef754cbdeb7471276a1e2dace78a934be5247
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: talloc 
7 Description: A hierarchical pool based memory system with destructors
8 Version: 4.0
9 Libs: @LIBS@ -L${libdir} -ltalloc
10 Cflags: -I${includedir} @CFLAGS@