summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d748fcb25f1e4d43ee5c21928f6d1642d0b43900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bigreqsdir = $(includedir)/X11/extensions
bigreqs_HEADERS = \
	bigreqsproto.h \
	bigreqstr.h

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

EXTRA_DIST = bigreqsproto.pc.in

EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog