[poppler] poppler/poppler: Makefile.am, 1.12, 1.13 XpdfPluginAPI.cc, 1.1, 1.2

Marco Pesenti Gritti marco at freedesktop.org
Tue Sep 20 02:57:43 PDT 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv10133/poppler

Modified Files:
	Makefile.am XpdfPluginAPI.cc 
Log Message:
2005-09-20  Marco Pesenti Gritti  <mpg at redhat.com>

        * poppler/Makefile.am:

        Add XPDFPlugin*. Thanks to TSDgeos that noticed this.

        * poppler/XpdfPluginAPI.cc:

        Fixup



Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	16 Sep 2005 18:29:18 -0000	1.12
+++ Makefile.am	20 Sep 2005 09:57:41 -0000	1.13
@@ -145,6 +145,7 @@
 	TextOutputDev.h		\
 	SecurityHandler.h	\
 	UTF8.h			\
+	XpdfPluginAPI.h		\
 	poppler-config.h
 
 libpoppler_la_SOURCES =		\
@@ -193,4 +194,5 @@
 	TextOutputDev.cc	\
 	PageLabelInfo.h		\
 	PageLabelInfo.cc	\
-	SecurityHandler.cc
+	SecurityHandler.cc	\
+	XpdfPluginAPI.cc

Index: XpdfPluginAPI.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/XpdfPluginAPI.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- XpdfPluginAPI.cc	16 Sep 2005 18:29:18 -0000	1.1
+++ XpdfPluginAPI.cc	20 Sep 2005 09:57:41 -0000	1.2
@@ -6,7 +6,7 @@
 //
 //========================================================================
 
-#include "aconf.h"
+#include "config.h"
 
 #ifdef ENABLE_PLUGINS
 



More information about the poppler mailing list