X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=ddb7b23f9a71073bc8a69a517c22630023cfbfd4;hb=6e9af33d056ee904fee6b8801313ea7b1bbab75a;hp=4b91c1aa7c2721eb2c1b03e9360a8091a514bdd9;hpb=28df8004a43a579e93ea905a2426fe42e1e6dfa7;p=evince.git diff --git a/configure.ac b/configure.ac index 4b91c1aa..ddb7b23f 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ AM_CONDITIONAL(HAVE_NAUTILUS, test x$HAVE_NAUTILUS = "xyes") dnl Check for gtk_icon_view_get_visible_range evince_save_LIBS=$LIBS -LIBS="$LIBS $GTK_LIBS" +LIBS="$LIBS $FRONTEND_CORE_LIBS" AC_CHECK_FUNCS(gtk_icon_view_get_visible_range) LIBS=$evince_save_LIBS @@ -263,7 +263,7 @@ if test "x$enable_tiff" = "xyes"; then fi AC_SUBST(EVINCE_MIME_TYPES) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile cut-n-paste/Makefile cut-n-paste/recent-files/Makefile @@ -287,3 +287,5 @@ thumbnailer/Makefile help/Makefile help/C/Makefile ]) + +AC_OUTPUT