X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=3a4cd34b54883c28266ca883362f5f7cc3b0fb1a;hb=refs%2Fheads%2Fmaster;hp=42adda7221455aafddd821e03ec672376c52aae4;hpb=c1408dcab5fbe03861bae467a69c73f194f727d0;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index 42adda7..3a4cd34 100644 --- a/configure.ac +++ b/configure.ac @@ -4,16 +4,21 @@ 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 include/atompub/Makefile config/Makefile + config/gkeyfile/Makefile + config/ghashtable/Makefile backend/Makefile backend/files/Makefile backend/gio/Makefile + backend/soup/Makefile frontend/Makefile frontend/cgi/Makefile atom/Makefile