]> git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
add d0_rijndael.pc
authorRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 03:47:18 +0000 (05:47 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 03:47:18 +0000 (05:47 +0200)
configure.ac

index a6e8bbe5cfe80507b0484345e213cfb0f8e8d7a5..50ee2805611608d87eb889ca3786b30bc942b579 100644 (file)
@@ -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