1
0
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:
Andrew Tridgell
2010-08-09 10:45:46 +10:00
parent ebd4ea7338
commit 56db40d5fd
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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