diff options
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@ |