[poppler] poppler/splash: Makefile.am,1.2,1.3

Kristian Høgsberg krh at freedesktop.org
Tue Jan 10 09:59:54 PST 2006


Update of /cvs/poppler/poppler/splash
In directory gabe:/tmp/cvs-serv10299/splash

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

        * splash/Makefile.am: Only install splash headers if
        --enable-xpdf-headers is given.

        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Set this here.



Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/splash/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	16 Sep 2005 18:21:38 -0000	1.2
+++ Makefile.am	10 Jan 2006 17:59:52 -0000	1.3
@@ -5,6 +5,8 @@
 
 noinst_LTLIBRARIES = libsplash.la
 
+if ENABLE_XPDF_HEADERS
+
 poppler_splash_includedir = $(includedir)/poppler/splash
 poppler_splash_include_HEADERS =		\
 	Splash.h				\
@@ -31,6 +33,8 @@
 	SplashXPath.h				\
 	SplashXPathScanner.h
 
+endif
+
 libsplash_la_SOURCES =				\
 	Splash.cc				\
 	SplashBitmap.cc				\



More information about the poppler mailing list