diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:43:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:43:43 +0100 |
commit | e00e080034124805092e7f888e3a1cf61cf85a5b (patch) | |
tree | dcf09587c6e5812c4de36c949989324564041811 | |
parent | 1e9c289d84947a2ea175b3fde5a537bf3189976b (diff) | |
download | samba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.gz samba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.bz2 samba-e00e080034124805092e7f888e3a1cf61cf85a5b.zip |
libwbclient: add wbclient.pc.in
metze
(This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469)
-rw-r--r-- | source3/configure.in | 5 | ||||
-rw-r--r-- | source3/pkgconfig/wbclient.pc.in | 13 |
2 files changed, 17 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 4222d93227..98f5c450a8 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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/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@ |