mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s4-build: use @PACKAGE_VERSION@ in s4 pc.in files
this gets replaced by vnum from the build rule
This commit is contained in:
@ -6,6 +6,6 @@ modulesdir=${prefix}/modules/gensec
|
||||
|
||||
Name: gensec
|
||||
Description: Generic Security Library
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lgensec
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -7,6 +7,6 @@ Name: policy
|
||||
Description: Active Directory Group Policy library
|
||||
Requires: talloc
|
||||
Requires.private: ldb
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpolicy
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -7,6 +7,6 @@ Name: registry
|
||||
Description: Windows-style registry library
|
||||
Requires: talloc
|
||||
Requires.private: ldb
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lregistry
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: dcerpc
|
||||
Description: DCE/RPC client library
|
||||
Requires: ndr
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ldcerpc
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: dcerpc_atsvc
|
||||
Description: DCE/RPC client library - ATSVC
|
||||
Requires.private: dcerpc ndr
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ldcerpc_atsvc
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: dcerpc_samr
|
||||
Description: DCE/RPC client library - SAMR
|
||||
Requires.private: dcerpc ndr
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ldcerpc-samr
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -5,6 +5,6 @@ includedir=@includedir@
|
||||
|
||||
Name: samba-hostconfig
|
||||
Description: Host-wide Samba configuration
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lsamba-hostconfig
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: dcerpc_server
|
||||
Description: DCE/RPC server library
|
||||
Requires: dcerpc
|
||||
Version: 0.0.1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ldcerpc
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
||||
|
Reference in New Issue
Block a user