summaryrefslogtreecommitdiff
path: root/source3/pkgconfig
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2008-01-15 07:59:23 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2008-01-15 07:59:23 -0600
commit7ff128ef03ed03e6b9ce17642cda793255f17c0e (patch)
treea6b2202fffd22ebb24546998f4c3c0efd7fecac1 /source3/pkgconfig
parentf0edf72d87ca300058c3ae7f464f26b9a2cce651 (diff)
parentab10557a68aae9d8065966129dee751e69880ad1 (diff)
downloadsamba-7ff128ef03ed03e6b9ce17642cda793255f17c0e.tar.gz
samba-7ff128ef03ed03e6b9ce17642cda793255f17c0e.tar.bz2
samba-7ff128ef03ed03e6b9ce17642cda793255f17c0e.zip
Merge commit 'samba/v3-2-test' into v3-2-stable
(This used to be commit 061c90fefef0e6093dfc3912d381cc306549ed4b)
Diffstat (limited to 'source3/pkgconfig')
-rw-r--r--source3/pkgconfig/wbclient.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/pkgconfig/wbclient.pc.in b/source3/pkgconfig/wbclient.pc.in
new file mode 100644
index 0000000000..158fa923d6
--- /dev/null
+++ b/source3/pkgconfig/wbclient.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Samba libwbclient
+Description: A library to access winbindd
+Version: 0
+URL: http://www.samba.org/
+#Libs: -L@libdir@ -lwbclient
+Libs: -lwbclient
+Libs.private: -lwbclient
+Cflags: -I@includedir@