summaryrefslogtreecommitdiff
path: root/xf86rushproto/Makefile.am
blob: a3c3ccf480c6003eec65ebdc373ab8c962343a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
xf86rushdir = $(includedir)/X11/extensions
xf86rush_HEADERS = \
	xf86rush.h \
	xf86rushstr.h

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

EXTRA_DIST = xf86rushproto.pc.in

EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog