diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-21 13:14:59 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-21 13:14:59 -0800 |
commit | 9a2b54dfb695d36eafed3e2184bc6c1d34a408f9 (patch) | |
tree | b2a5aaf1e4a9491f6cd38bf4ff2fd0b35f5a902a /source3/pkgconfig/smbclient.pc.in | |
parent | b775fe0a170f9b6043aaea2c025fd70528c7e7e8 (diff) | |
parent | f2ebf076a41cf96b0367049ee979d5b98052b3db (diff) | |
download | samba-9a2b54dfb695d36eafed3e2184bc6c1d34a408f9.tar.gz samba-9a2b54dfb695d36eafed3e2184bc6c1d34a408f9.tar.bz2 samba-9a2b54dfb695d36eafed3e2184bc6c1d34a408f9.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
Conflicts:
source/library-versions.in
(This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811)
Diffstat (limited to 'source3/pkgconfig/smbclient.pc.in')
-rw-r--r-- | source3/pkgconfig/smbclient.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
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@ + |