Merge pull request #46 from jelmer/krb5-pc
Add heimdal-krb5.pc file, with krb5.pc depending on it.
This commit is contained in:
@@ -8,6 +8,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||||||
|
|
||||||
pkgconfig_DATA = \
|
pkgconfig_DATA = \
|
||||||
heimdal-gssapi.pc \
|
heimdal-gssapi.pc \
|
||||||
|
heimdal-krb5.pc \
|
||||||
kafs.pc \
|
kafs.pc \
|
||||||
kadm-client.pc \
|
kadm-client.pc \
|
||||||
kadm-server.pc \
|
kadm-server.pc \
|
||||||
|
11
tools/heimdal-krb5.pc.in
Normal file
11
tools/heimdal-krb5.pc.in
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
vendor=Heimdal
|
||||||
|
|
||||||
|
Name: heimdal-krb5
|
||||||
|
Description: Heimdal implementation of the kerberos network authentication.
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
||||||
|
Cflags: -I${includedir}
|
@@ -7,5 +7,4 @@ vendor=Heimdal
|
|||||||
Name: krb5
|
Name: krb5
|
||||||
Description: Heimdal implementation of the kerberos network authentication.
|
Description: Heimdal implementation of the kerberos network authentication.
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
Requires: heimdal-krb5
|
||||||
Cflags: -I${includedir}
|
|
||||||
|
Reference in New Issue
Block a user