diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
commit | daedd98264fd9aa755f3122d46ce27f93e08cfca (patch) | |
tree | 482a9e1683593e017f49a1fecb230c87c038f22b /src/Makefile.in | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.gz krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.bz2 krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.zip |
Imported Upstream version 0.16~rc2
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b812d80..ace15f5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -246,6 +246,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PAM_LIBS = @PAM_LIBS@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ |