lib/tdb2: Convert tdb2 to a standalone library
[ira/wip.git] / lib / tdb2 / tdb2.pc.in
diff --git a/lib/tdb2/tdb2.pc.in b/lib/tdb2/tdb2.pc.in
new file mode 100644 (file)
index 0000000..75e69d7
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: tdb
+Description: A trivial database
+Version: @PACKAGE_VERSION@
+Libs: @LIB_RPATH@ -L${libdir} -ltdb
+Cflags: -I${includedir}
+URL: http://tdb.samba.org/