mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
3ef62345ab
This is not the exact same file as the autoconf build, because of the differnet processing semantics. Andrew Bartlett
12 lines
269 B
PkgConfig
12 lines
269 B
PkgConfig
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/
|