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 /source3/pkgconfig | |
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)
Diffstat (limited to 'source3/pkgconfig')
-rw-r--r-- | source3/pkgconfig/wbclient.pc.in | 13 |
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@ |