Pango Patch to include all the headers in the tarball that would be needed



Here is a patch to make sure that all the headers that a pango build
needs against xft2 can be disted without xft2. The patch is against
HEAD from 2 days ago, but I'm sure it still applies. Can I go ahead and
commit this?

-- dobey

Index: pango/Makefile.am
===================================================================
RCS file: /cvs/gnome/pango/pango/Makefile.am,v
retrieving revision 1.80
diff -u -r1.80 Makefile.am
--- pango/Makefile.am	9 Aug 2002 01:40:46 -0000	1.80
+++ pango/Makefile.am	15 Aug 2002 14:18:53 -0000
@@ -146,6 +146,7 @@
 	modules.h 	   \
 	module-defs-x.c	   \
 	pangox.c	   \
+	pangox.h	\
 	pangox-private.h   \
 	pangox-fontcache.c \
 	pangox-fontmap.c   \
@@ -188,6 +189,8 @@
 	$(top_srcdir)/../glib/build/win32/lt-compile-resource pangowin32.rc pangowin32-win32res.lo
 
 libpangoxft_1_0_la_SOURCES =   	\
+	pangoxft.h	\
+	pango-ot.h	\
 	pangoxft-font.c		\
 	pangoxft-fontmap.c      \
 	pangoxft-private.h	\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]