From: Thadeu Lima de Souza Cascardo Date: Wed, 7 Jan 2009 00:12:24 +0000 (-0200) Subject: Forgot to add new Makefiles that should be generated X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fatompub.git;a=commitdiff_plain;h=817afb1195b806d71486d6877c88200f2cde1245 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. --- 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