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 | |
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')
-rw-r--r-- | source3/pkgconfig/netapi.pc.in | 14 | ||||
-rw-r--r-- | source3/pkgconfig/smbclient.pc.in | 14 | ||||
-rw-r--r-- | source3/pkgconfig/smbsharemodes.pc.in | 14 | ||||
-rw-r--r-- | source3/pkgconfig/wbclient.pc.in | 13 |
4 files changed, 0 insertions, 55 deletions
diff --git a/source3/pkgconfig/netapi.pc.in b/source3/pkgconfig/netapi.pc.in deleted file mode 100644 index b1f60b240e..0000000000 --- a/source3/pkgconfig/netapi.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Samba libnetapi -Description: A library to control CIFS servers -Version: 0 -URL: http://www.samba.org/ -#Libs: -L@libdir@ -lnetapi -Libs: -lnetapi -Libs.private: -lnetapi @KRB5_LIBS@ @LDAP_LIBS@ @LIBS@ -Cflags: -I@includedir@ - diff --git a/source3/pkgconfig/smbclient.pc.in b/source3/pkgconfig/smbclient.pc.in deleted file mode 100644 index 969abbe1ff..0000000000 --- a/source3/pkgconfig/smbclient.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Samba libsmbclient -Description: A library to access CIFS servers -Version: 0 -URL: http://www.samba.org/ -#Libs: -L@libdir@ -lsmbclient -Libs: -lsmbclient -Libs.private: -lsmbclient @KRB5_LIBS@ @LDAP_LIBS@ @LIBS@ -Cflags: -I@includedir@ - diff --git a/source3/pkgconfig/smbsharemodes.pc.in b/source3/pkgconfig/smbsharemodes.pc.in deleted file mode 100644 index 1af7d4fd44..0000000000 --- a/source3/pkgconfig/smbsharemodes.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Samba libsmbsharemodes -Description: A library -Version: 0 -URL: http://www.samba.org/ -#Libs: -L@libdir@ -lsmbsharemodes -Libs: -lsmbsharemodes -Libs.private: -lsmbsharemodes @LIBS@ -Cflags: -I@includedir@ - 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@ |