X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=3a4cd34b54883c28266ca883362f5f7cc3b0fb1a;hb=HEAD;hp=04154c2376dcd1d7168c80d3a07a228a39e3bd18;hpb=76db3f66324dd66faae215944f1296db7cb9de59;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index 04154c2..3a4cd34 100644 --- a/configure.ac +++ b/configure.ac @@ -4,15 +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