1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

build: Provide .pc file for libnetapi

This is not the exact same file as the autoconf build, because of
the differnet processing semantics.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2012-05-28 12:50:05 +10:00
parent 8ddd2a869b
commit 3ef62345ab
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Samba libnetapi
Description: A library to control CIFS servers
Version: @PACKAGE_VERSION@
Libs: @LIB_RPATH@ -L${libdir} -lnetapi
Cflags: -I${includedir}
URL: http://www.samba.org/

View File

@ -635,7 +635,7 @@ bld.SAMBA3_LIBRARY('netapi',
INIT_SAMR
''',
public_headers='../source3/lib/netapi/netapi.h',
pc_files=[],
pc_files='libnet/netapi.pc',
vnum='0',
vars=locals())