libwbclient: add wbclient.pc.in
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Jan 2008 09:43:24 +0000 (10:43 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Jan 2008 09:43:43 +0000 (10:43 +0100)
metze

source/configure.in
source/pkgconfig/wbclient.pc.in [new file with mode: 0644]

index 4222d93227e142ea4bc2170164686144435d4232..98f5c450a87945adb0e2982c22d4cb9871af2635 100644 (file)
@@ -6656,7 +6656,10 @@ AC_SUBST(SMBD_LIBS)
 AC_OUTPUT(Makefile library-versions
          script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh
          lib/netapi/examples/Makefile
-         pkgconfig/smbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc
+         pkgconfig/smbclient.pc
+         pkgconfig/wbclient.pc
+         pkgconfig/netapi.pc
+         pkgconfig/smbsharemodes.pc
          )
 
 #################################################
diff --git a/source/pkgconfig/wbclient.pc.in b/source/pkgconfig/wbclient.pc.in
new file mode 100644 (file)
index 0000000..158fa92
--- /dev/null
@@ -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@