Add heimdal-kadm-{client,server} with kadm-{client,server} depending on
them.
This commit is contained in:
@@ -9,6 +9,8 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||||||
pkgconfig_DATA = \
|
pkgconfig_DATA = \
|
||||||
heimdal-gssapi.pc \
|
heimdal-gssapi.pc \
|
||||||
heimdal-krb5.pc \
|
heimdal-krb5.pc \
|
||||||
|
heimdal-kadm-client.pc \
|
||||||
|
heimdal-kadm-server.pc \
|
||||||
kafs.pc \
|
kafs.pc \
|
||||||
kadm-client.pc \
|
kadm-client.pc \
|
||||||
kadm-server.pc \
|
kadm-server.pc \
|
||||||
|
11
tools/heimdal-kadm-client.pc.in
Normal file
11
tools/heimdal-kadm-client.pc.in
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: heimdal-kadm-client
|
||||||
|
Description: Kadmin client library.
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires: heimdal-gssapi
|
||||||
|
Libs: -L${libdir} -lkadm5clnt
|
||||||
|
Cflags: -I${includedir}
|
11
tools/heimdal-kadm-server.pc.in
Normal file
11
tools/heimdal-kadm-server.pc.in
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: heimdal-kadm-server
|
||||||
|
Description: Kadmin server library.
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires: heimdal-gssapi
|
||||||
|
Libs: -L${libdir} -lkadm5srv @LIB_dbopen@
|
||||||
|
Cflags: -I${includedir}
|
@@ -2,9 +2,9 @@ prefix=@prefix@
|
|||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
vendor=Heimdal
|
||||||
|
|
||||||
Name: kadm-client
|
Name: kadm-client
|
||||||
Description: Kadmin client library.
|
Description: Kadmin client library.
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: krb5-gssapi
|
Depends: heimdal-kadm-client
|
||||||
Libs: -lkadm5clnt
|
|
||||||
|
@@ -2,9 +2,9 @@ prefix=@prefix@
|
|||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
vendor=Heimdal
|
||||||
|
|
||||||
Name: kadm-server
|
Name: kadm-server
|
||||||
Description: Kadmin server library.
|
Description: Kadmin server library.
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: krb5-gssapi
|
Depends: heimdal-kadm-server
|
||||||
Libs: -lkadm5srv @LIB_dbopen@
|
|
||||||
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
|||||||
Name: kafs
|
Name: kafs
|
||||||
Description: Libraries for application that uses kafs.
|
Description: Libraries for application that uses kafs.
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: krb5
|
Requires: heimdal-krb5
|
||||||
Libs: -lkafs
|
Libs: -lkafs
|
||||||
|
Reference in New Issue
Block a user