X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=2721da27587ea0586f7aa385cad3959a1ea9de07;hb=f62abb6ec40a3d996f20b866364cc5e499d0ba20;hp=04154c2376dcd1d7168c80d3a07a228a39e3bd18;hpb=76db3f66324dd66faae215944f1296db7cb9de59;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index 04154c2..2721da2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,10 @@ AC_PROG_INSTALL AC_PROG_CC AM_PROG_CC_C_O AC_PROG_LIBTOOL +PKG_CHECK_MODULES(XML, libxml-2.0, , AC_MSG_ERROR(Could not find libxml2)) AM_PATH_GLIB_2_0(2.14.0, , AC_MSG_ERROR(Could not find GLib)) PKG_CHECK_MODULES(GIO, gio-2.0, , AC_MSG_ERROR(Could not find GIO)) +PKG_CHECK_MODULES(SOUP, libsoup-2.4, , AC_MSG_ERROR(Could not find libsoup)) AC_OUTPUT(Makefile src/Makefile include/Makefile @@ -13,6 +15,8 @@ AC_OUTPUT(Makefile config/Makefile backend/Makefile backend/files/Makefile + backend/gio/Makefile + backend/soup/Makefile frontend/Makefile frontend/cgi/Makefile atom/Makefile