From f2ebf076a41cf96b0367049ee979d5b98052b3db Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Dec 2007 22:05:17 +0100 Subject: Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}. Guenther (This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc) --- source3/pkgconfig/netapi.pc.in | 14 ++++++++++++++ source3/pkgconfig/smbclient.pc.in | 14 ++++++++++++++ source3/pkgconfig/smbsharemodes.pc.in | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 source3/pkgconfig/netapi.pc.in create mode 100644 source3/pkgconfig/smbclient.pc.in create mode 100644 source3/pkgconfig/smbsharemodes.pc.in (limited to 'source3/pkgconfig') diff --git a/source3/pkgconfig/netapi.pc.in b/source3/pkgconfig/netapi.pc.in new file mode 100644 index 0000000000..b1f60b240e --- /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 0000000000..969abbe1ff --- /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 0000000000..dcb0d2eeda --- /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@ + -- cgit From e00e080034124805092e7f888e3a1cf61cf85a5b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 15 Jan 2008 10:43:24 +0100 Subject: libwbclient: add wbclient.pc.in metze (This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469) --- source3/pkgconfig/wbclient.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source3/pkgconfig/wbclient.pc.in (limited to 'source3/pkgconfig') 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@ -- cgit