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 = \
|
||||
heimdal-gssapi.pc \
|
||||
heimdal-krb5.pc \
|
||||
heimdal-kadm-client.pc \
|
||||
heimdal-kadm-server.pc \
|
||||
kafs.pc \
|
||||
kadm-client.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@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
vendor=Heimdal
|
||||
|
||||
Name: kadm-client
|
||||
Description: Kadmin client library.
|
||||
Version: @VERSION@
|
||||
Requires: krb5-gssapi
|
||||
Libs: -lkadm5clnt
|
||||
Depends: heimdal-kadm-client
|
||||
|
@@ -2,9 +2,9 @@ prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
vendor=Heimdal
|
||||
|
||||
Name: kadm-server
|
||||
Description: Kadmin server library.
|
||||
Version: @VERSION@
|
||||
Requires: krb5-gssapi
|
||||
Libs: -lkadm5srv @LIB_dbopen@
|
||||
Depends: heimdal-kadm-server
|
||||
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||||
Name: kafs
|
||||
Description: Libraries for application that uses kafs.
|
||||
Version: @VERSION@
|
||||
Requires: krb5
|
||||
Requires: heimdal-krb5
|
||||
Libs: -lkafs
|
||||
|
Reference in New Issue
Block a user