From: James Cloos Date: Tue, 8 Jan 2008 16:56:35 +0000 (+0000) Subject: Includes library for file format into the list, fixes gtk-doc build. X-Git-Tag: EVINCE_2_21_90~57 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1bbeb3bb43e8306da8e96e0c73abd478763b2454;p=evince.git Includes library for file format into the list, fixes gtk-doc build. 2008-01-04 James Cloos * reference/Makefile.am: Includes library for file format into the list, fixes gtk-doc build. svn path=/trunk/; revision=2813 --- diff --git a/help/ChangeLog b/help/ChangeLog index 1f150872..5cce52a1 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2008-01-04 James Cloos + + * reference/Makefile.am: Includes library for file + format into the list, fixes gtk-doc build. + 2007-10-05 Jonh Wendell * pt_BR/pt_BR.po: Added Brazilian Portuguese translation, diff --git a/help/reference/Makefile.am b/help/reference/Makefile.am index a676eca7..27abd070 100644 --- a/help/reference/Makefile.am +++ b/help/reference/Makefile.am @@ -90,6 +90,7 @@ INCLUDES= \ $(GTK_PRINT_CFLAGS) GTKDOC_LIBS= \ + $(top_builddir)/cut-n-paste/fileformatchooser/libfileformatchooser.la \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \