]> git.pld-linux.org Git - packages/crossmingw32-pango.git/blob - crossmingw32-pango-noexamples.patch
- libtools static builds
[packages/crossmingw32-pango.git] / crossmingw32-pango-noexamples.patch
1 diff -urN pango-1.14.10/Makefile.am pango-1.14.10.new/Makefile.am
2 --- pango-1.14.10/Makefile.am   2007-01-03 09:19:54.000000000 +0100
3 +++ pango-1.14.10.new/Makefile.am       2007-02-19 16:16:21.015521883 +0100
4 @@ -1,6 +1,6 @@
5  ## Process this file with automake to create Makefile.in.
6  
7 -SUBDIRS= pango modules examples docs tools tests
8 +SUBDIRS= pango
9  
10  EXTRA_DIST =                   \
11         autogen.sh              \
12 diff -urN pango-1.14.10/Makefile.am~ pango-1.14.10.new/Makefile.am~
13 --- pango-1.14.10/Makefile.am~  1970-01-01 01:00:00.000000000 +0100
14 +++ pango-1.14.10.new/Makefile.am~      2007-02-19 16:12:48.785521883 +0100
15 @@ -0,0 +1,73 @@
16 +## Process this file with automake to create Makefile.in.
17 +
18 +SUBDIRS= pango modules
19 +
20 +EXTRA_DIST =                   \
21 +       autogen.sh              \
22 +       pango.pc.in             \
23 +       pangocairo.pc.in        \
24 +       pangox.pc.in            \
25 +       pangoxft.pc.in          \
26 +       pangoft2.pc.in          \
27 +       pangowin32.pc.in        \
28 +       pango-uninstalled.pc.in         \
29 +       pangocairo-uninstalled.pc.in    \
30 +       pangox-uninstalled.pc.in        \
31 +       pangoxft-uninstalled.pc.in      \
32 +       pangoft2-uninstalled.pc.in      \
33 +       pangowin32-uninstalled.pc.in    \
34 +       ChangeLog.pre-1-0       \
35 +       ChangeLog.pre-1-2       \
36 +       ChangeLog.pre-1-4       \
37 +       ChangeLog.pre-1-6       \
38 +       ChangeLog.pre-1-8       \
39 +       ChangeLog.pre-1-10      \
40 +       ChangeLog.pre-1-12      \
41 +       ChangeLog.pre-1-14      \
42 +       MAINTAINERS             \
43 +       HACKING                 \
44 +       README.win32            \
45 +       pango-zip.sh            \
46 +       sanitize-la.sh
47 +MAINTAINERCLEANFILES = \
48 +       $(srcdir)/INSTALL \
49 +       $(srcdir)/aclocal.m4 \
50 +       $(srcdir)/autoscan.log \
51 +       $(srcdir)/compile \
52 +       $(srcdir)/config.guess \
53 +       $(srcdir)/config.h.in \
54 +       $(srcdir)/config.sub \
55 +       $(srcdir)/configure.scan \
56 +       $(srcdir)/depcomp \
57 +       $(srcdir)/install-sh \
58 +       $(srcdir)/ltmain.sh \
59 +       $(srcdir)/missing \
60 +       $(srcdir)/mkinstalldirs \
61 +       $(srcdir)/omf.make \
62 +       $(srcdir)/xmldocs.make \
63 +       `find "$(srcdir)" -type f -name Makefile.in -print`
64 +
65 +pkgconfigdir = $(libdir)/pkgconfig
66 +pkgconfig_DATA = pango.pc
67 +
68 +if HAVE_CAIRO
69 +pkgconfig_DATA += pangocairo.pc
70 +endif
71 +
72 +if HAVE_X
73 +pkgconfig_DATA += pangox.pc
74 +endif
75 +
76 +if HAVE_XFT
77 +pkgconfig_DATA += pangoxft.pc
78 +endif
79 +
80 +if HAVE_FREETYPE
81 +pkgconfig_DATA += pangoft2.pc
82 +endif
83 +
84 +if HAVE_WIN32
85 +pkgconfig_DATA += pangowin32.pc
86 +endif
87 +
88 +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
This page took 0.073808 seconds and 3 git commands to generate.