X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=d2ad06d8f8719d6086faae330587b564ef83f28c;hb=e6b54f9720c5d9347e571160f61ba62f84d5d921;hp=a4dc0f97a5cf2d24f36d726bb02a20d113ae24d3;hpb=f5f94660160dbd2046b9d1f48a8fc2808aa5bd22;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index a4dc0f9..d2ad06d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,9 @@ 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)) AC_OUTPUT(Makefile src/Makefile include/Makefile @@ -12,6 +14,7 @@ AC_OUTPUT(Makefile config/Makefile backend/Makefile backend/files/Makefile + backend/gio/Makefile frontend/Makefile frontend/cgi/Makefile atom/Makefile