aboutsummaryrefslogtreecommitdiff
path: root/X11/fonts/Makefile.am
blob: 99cf37c401173b77230ec2923a4ac55616c68f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
fontsdir = $(includedir)/X11/fonts
fonts_HEADERS = \
	font.h \
	fontproto.h \
	fontstruct.h \
	FS.h \
	fsmasks.h \
	FSproto.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontsproto.pc

EXTRA_DIST = fontsproto.pc.in

EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog