summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: babced44993e2cf96b2b87d9548ed77d45700a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
xf86dgadir = $(includedir)/X11/extensions
xf86dga_HEADERS = \
	xf86dga.h \
	xf86dga1const.h \
	xf86dga1str.h \
	xf86dga1proto.h \
	xf86dgaconst.h \
	xf86dgaproto.h \
	xf86dgastr.h

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

EXTRA_DIST = xf86dgaproto.pc.in

EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog