summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8d5c10f92529ae5d377942d33884bba68d420768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to create Makefile.in.

SUBDIRS=modules pango examples docs tools fonts

bin_SCRIPTS = pango-config

EXTRA_DIST = 		\
	pango.spec.in	\
	pango-config.in	\
	pango.pc.in	\
	pangox.pc.in	\
	TODO.xml	\
	README.win32

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pango.pc pangox.pc

dist-hook: pango.spec
	cp pango.spec $(distdir)