diff options
author | Günther Deschner <gd@samba.org> | 2007-12-21 22:05:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 22:07:12 +0100 |
commit | f2ebf076a41cf96b0367049ee979d5b98052b3db (patch) | |
tree | dba2628ba28bc7161959aebb880348727c0a4288 /source3/pkgconfig | |
parent | 26e36db607caef8d7432d80322377c20911912ef (diff) | |
download | samba-f2ebf076a41cf96b0367049ee979d5b98052b3db.tar.gz |
Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.
Guenther
(This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc)
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 |
3 files changed, 42 insertions, 0 deletions
diff --git a/source3/pkgconfig/netapi.pc.in b/source3/pkgconfig/netapi.pc.in new file mode 100644 index 00000000000..b1f60b240e0 --- /dev/null +++ b/source3/pkgconfig/netapi.pc.in @@ -0,0 +1,14 @@ +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 new file mode 100644 index 00000000000..969abbe1ffd --- /dev/null +++ b/source3/pkgconfig/smbclient.pc.in @@ -0,0 +1,14 @@ +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 new file mode 100644 index 00000000000..dcb0d2eeda6 --- /dev/null +++ b/source3/pkgconfig/smbsharemodes.pc.in @@ -0,0 +1,14 @@ +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 @KRB5_LIBS@ @LDAP_LIBS@ @LIBS@ +Cflags: -I@includedir@ + |