diff options
author | Günther Deschner <gd@samba.org> | 2013-08-22 14:59:08 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2013-08-22 18:50:47 +0200 |
commit | a0b245c78271d060d59f763fb586221ec10edd7b (patch) | |
tree | 12a7c6dd180f965f802c31e0f93b40e55ce3f934 /source3/pkgconfig/wbclient.pc.in | |
parent | db1d0349c4d898141a39f515c690e21409448d56 (diff) | |
download | samba-a0b245c78271d060d59f763fb586221ec10edd7b.tar.gz samba-a0b245c78271d060d59f763fb586221ec10edd7b.tar.bz2 samba-a0b245c78271d060d59f763fb586221ec10edd7b.zip |
s3-pkgconfig: remove leftovers from autoconf build.
No worries, we still ship appropriate pc files for these libs.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'source3/pkgconfig/wbclient.pc.in')
-rw-r--r-- | source3/pkgconfig/wbclient.pc.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/pkgconfig/wbclient.pc.in b/source3/pkgconfig/wbclient.pc.in deleted file mode 100644 index 158fa923d6..0000000000 --- a/source3/pkgconfig/wbclient.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -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@ |