summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f110254c9eadbff91638cda9b17065d1d4060536 (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
25
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


MAINTAINERCLEANFILES = ChangeLog INSTALL

.PHONY: ChangeLog INSTALL

INSTALL:
	$(INSTALL_CMD)

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog INSTALL