diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr.pc.in | 2 | ||||
-rw-r--r-- | librpc/ndr_krb5pac.pc.in | 2 | ||||
-rw-r--r-- | librpc/ndr_nbt.pc.in | 2 | ||||
-rw-r--r-- | librpc/ndr_standard.pc.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in index 1ee50cc2ce..6828ac07ff 100644 --- a/librpc/ndr.pc.in +++ b/librpc/ndr.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ndr Description: Network Data Representation Core Library Requires: samba-util talloc -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: @LIB_RPATH@ -L${libdir} -lndr Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 diff --git a/librpc/ndr_krb5pac.pc.in b/librpc/ndr_krb5pac.pc.in index 21ecb55db7..597bbd10ab 100644 --- a/librpc/ndr_krb5pac.pc.in +++ b/librpc/ndr_krb5pac.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ndr-krb5pac Description: NDR marshallers for the KRB5 PAC formats Requires: ndr -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: @LIB_RPATH@ -L${libdir} -lndr-krb5pac Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 diff --git a/librpc/ndr_nbt.pc.in b/librpc/ndr_nbt.pc.in index 5b69699d09..2083e2d5ce 100644 --- a/librpc/ndr_nbt.pc.in +++ b/librpc/ndr_nbt.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ndr-nbt Description: NDR marshallers for nbt formats Requires: ndr -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: @LIB_RPATH@ -L${libdir} -lndr-nbt Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 diff --git a/librpc/ndr_standard.pc.in b/librpc/ndr_standard.pc.in index d400ef1da0..97687ba328 100644 --- a/librpc/ndr_standard.pc.in +++ b/librpc/ndr_standard.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ndr-standard Description: NDR marshallers for the standard set of DCE/RPC interfaces Requires: ndr -Version: 0.0.1 +Version: @PACKAGE_VERSION@ Libs: @LIB_RPATH@ -L${libdir} -lndr-standard Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 |