From 817afb1195b806d71486d6877c88200f2cde1245 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 6 Jan 2009 22:12:24 -0200 Subject: [PATCH] Forgot to add new Makefiles that should be generated After creating the new subdirectories for configuration backends, their corresponding Makefiles should have been added to autoconf. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 2721da2..3a4cd34 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,8 @@ AC_OUTPUT(Makefile include/Makefile include/atompub/Makefile config/Makefile + config/gkeyfile/Makefile + config/ghashtable/Makefile backend/Makefile backend/files/Makefile backend/gio/Makefile -- 2.20.1