mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
573b455de9
We control version numbers via 'vnum' from the wscript_build files for all other libraries. In case of libndr we already reported a wrong 0.0.1 version via pkgconfig while in fact the library is versioned as 0.0.2. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Thu Aug 22 20:48:44 CEST 2013 on sn-devel-104
12 lines
286 B
PkgConfig
12 lines
286 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: samba-util
|
|
Description: Samba utility functions
|
|
Requires: talloc tevent
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lsamba-util
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|