X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=d2ad06d8f8719d6086faae330587b564ef83f28c;hb=47d4299470c059a4fb79ee73e6125e2319df19d8;hp=607525c2d125b08af0d6ff863426e6861b51803f;hpb=793b50fdd4ace03e841ccf6d0116ad0f955c970e;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index 607525c..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,5 +14,8 @@ AC_OUTPUT(Makefile config/Makefile backend/Makefile backend/files/Makefile + backend/gio/Makefile + frontend/Makefile + frontend/cgi/Makefile atom/Makefile iri/Makefile)