1*7f2fe78bSCy Schubertprefix=@prefix@ 2*7f2fe78bSCy Schubertexec_prefix=@exec_prefix@ 3*7f2fe78bSCy Schubertlibdir=@libdir@ 4*7f2fe78bSCy Schubertincludedir=@includedir@ 5*7f2fe78bSCy Schubert 6*7f2fe78bSCy SchubertKDB5_DB_LIB=@KDB5_DB_LIB@ 7*7f2fe78bSCy Schubert 8*7f2fe78bSCy SchubertName: kdb 9*7f2fe78bSCy SchubertDescription: Kerberos database access libraries 10*7f2fe78bSCy SchubertVersion: @KRB5_VERSION@ 11*7f2fe78bSCy SchubertRequires.private: mit-krb5-gssapi mit-krb5 gssrpc 12*7f2fe78bSCy SchubertCflags: -I${includedir} 13*7f2fe78bSCy SchubertLibs: -L${libdir} -lkdb5 14*7f2fe78bSCy SchubertLibs.private: ${KDB5_DB_LIB} 15