summaryrefslogtreecommitdiff
path: root/source4/librpc/dcerpc_samr.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* build: correct package dependenciesJan Engelhardt2017-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | The wscript_build files convey what header files belong to which logical package. For example, # lib/util/wscript_build: bld.SAMBA_LIBRARY('samba-util', public_headers='... data_blob.h ...' # auth/credentials/wscript_build: bld.SAMBA_LIBRARY('samba-credentials', public_headers='credentials.h', Now, credentials.h #includes <util/data_blob.h> and therefore, samba-credentials.pc must have a Requires: samba-util. Similarly for other parts. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
| | | | | | | | this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104
* dcerpc_samr: Fix -l arguments for dcerpc_samr and dcerpc_atsvc.Jelmer Vernooij2010-10-171-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 17 19:15:43 UTC 2010 on sn-devel-104
* s4-build: use @PACKAGE_VERSION@ in s4 pc.in filesAndrew Tridgell2010-08-091-1/+1
| | | | this gets replaced by vnum from the build rule
* dcerpc-samr: Fix library name.Jelmer Vernooij2010-06-151-1/+1
|
* dcerpc_samr: Use manually written .pc file.Jelmer Vernooij2008-01-221-0/+11
(This used to be commit 4b83dc06471818089790c42157b972964d8d02e2)