From d6705de4986d84c2b4e93a39c5cb4782e611f812 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 5 Aug 2010 05:47:18 +0200 Subject: [PATCH] add d0_rijndael.pc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2