xenocara/proto/xf86dgaproto/Makefile.am

25 lines
411 B
Makefile
Raw Normal View History

2006-11-25 08:43:19 -07:00
xf86dgadir = $(includedir)/X11/extensions
xf86dga_HEADERS = \
xf86dga.h \
2010-04-27 13:58:25 -06:00
xf86dga1const.h \
xf86dga1str.h \
xf86dga1proto.h \
xf86dgaconst.h \
xf86dgaproto.h \
2006-11-25 08:43:19 -07:00
xf86dgastr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86dgaproto.pc
2010-04-27 13:58:25 -06:00
EXTRA_DIST = xf86dgaproto.pc.in
EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog