[poppler] poppler/goo: Makefile.am,1.4,1.5

Kristian Høgsberg krh at freedesktop.org
Fri Jan 6 02:06:00 PST 2006


Update of /cvs/poppler/poppler/goo
In directory gabe:/tmp/cvs-serv554/goo

Modified Files:
	Makefile.am 
Log Message:
2006-01-06  Kristian Høgsberg  <krh at redhat.com>

        * qt/poppler-page.cc:
        * qt/poppler-private.h:
        * qt/poppler-qt.h:
        * qt4/src/Makefile.am:
        * qt/Makefile.am:
        * poppler/Makefile.am: Move PageTransition to qt bindings, move
        contents from Private.h to qt/poppler-private.h.

        * poppler/TextOutputDev.cc (visitWord): Remove #warning.

        * utils/Makefile.am (pdfimages_SOURCES): Add ImageOutputDev.h, use
        dist_man1_MANS so we actually dist the man pages.

        * goo/Makefile.am (poppler_goo_include_HEADERS): Add GooVector.h.

        * glib/reference/Makefile.am: DOC_SOURCE_DIR must be relative to
        $(srcdir), fix this to make distchek run.

        * m4/qt.m4:
        * m4/libjpeg.m4:
        * acinclude.m4:
        * configure.ac: Split out Qt and libjpeg checks from configure.ac
        and acinclude.m4 to m4/qt.m4 and m4/libjpeg.m4.



Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/goo/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	9 Dec 2005 19:40:40 -0000	1.4
+++ Makefile.am	6 Jan 2006 10:05:58 -0000	1.5
@@ -9,6 +9,7 @@
 	GooTimer.h				\
 	GooMutex.h				\
 	GooString.h				\
+	GooVector.h				\
 	gmem.h					\
 	gtypes.h				\
 	gmem.h					\



More information about the poppler mailing list