diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-09 21:38:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-09 21:39:54 -0700 |
commit | 92135eefc5d452f8d4f1921a778af238e6b5d1a5 (patch) | |
tree | b2fd7e89ddd9a46952c9a9c3bf4cf4f8259ea995 /Makefile.am | |
parent | 9ab4a811fe9174cad10854da626102a64a0d5ece (diff) |
Initial DRI3 protocol headers
Just getting started
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e989cc2 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,19 @@ +dri3dir = $(includedir)/X11/extensions +dri3_HEADERS = dri3proto.h dri3tokens.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = dri3proto.pc + +dist_doc_DATA = dri3proto.txt + +MAINTAINERCLEANFILES = ChangeLog INSTALL + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL |