CVS commit by aacid: Add a missing file to the makefile, wonder how it worked I suck, obviously :( M +1 -1 Makefile.am 1.10.4.2 --- kdegraphics/kpdf/xpdf/Makefile.am #1.10.4.1:1.10.4.2 @@ -4,5 +4,5 @@ libxpdf_la_LIBADD = $(LIB_X11) $(LIBFREETYPE_LIBS) $(LIBPAPER_LIBS) $(LIBT1) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la libxpdf_la_SOURCES = Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc \ - Catalog.cc CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc \ + Catalog.cc CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc Error.cc \ FontEncodingTables.cc Function.cc Gfx.cc \ GfxFont.cc GfxState.cc GlobalParams.cc JArithmeticDecoder.cc \