From: Rudolf Polzer Date: Thu, 5 Aug 2010 03:47:18 +0000 (+0200) Subject: add d0_rijndael.pc X-Git-Tag: xonotic-v0.1.0preview~38^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d6705de4986d84c2b4e93a39c5cb4782e611f812;p=xonotic%2Fd0_blind_id.git add d0_rijndael.pc --- diff --git a/configure.ac b/configure.ac index a6e8bbe..50ee280 100644 --- a/configure.ac +++ b/configure.ac @@ -10,5 +10,5 @@ AC_ARG_ENABLE(rijndael, AS_HELP_STRING([--disable-rijndael], [Disable build of t AM_CONDITIONAL(ENABLE_RIJNDAEL, [test x$enable_aes = xyes]) dnl AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile d0_blind_id.pc]) +AC_CONFIG_FILES([Makefile d0_blind_id.pc d0_rijndael.pc]) AC_OUTPUT