summaryrefslogtreecommitdiffstats
path: root/source/pkgconfig/wbclient.pc.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-15 10:43:24 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-15 10:43:43 +0100
commite6bd1395f2c1da7bcf1a31cdb297919ed6a15469 (patch)
tree95dbe09e40c357164d5b12de47fe4d6b216f7c61 /source/pkgconfig/wbclient.pc.in
parent7cb81bfc6bcdd56a8886e18aa9a7e05ec963d33d (diff)
downloadsamba-e6bd1395f2c1da7bcf1a31cdb297919ed6a15469.tar.gz
samba-e6bd1395f2c1da7bcf1a31cdb297919ed6a15469.tar.xz
samba-e6bd1395f2c1da7bcf1a31cdb297919ed6a15469.zip
libwbclient: add wbclient.pc.in
metze
Diffstat (limited to 'source/pkgconfig/wbclient.pc.in')
-rw-r--r--source/pkgconfig/wbclient.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/pkgconfig/wbclient.pc.in b/source/pkgconfig/wbclient.pc.in
new file mode 100644
index 00000000000..158fa923d61
--- /dev/null
+++ b/source/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@