From d29cdd136c62cc4468b25b0da98d9292ea516c7e Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 13 Apr 2014 11:02:03 +0000 Subject: Add presentproto 1.0 --- proto/presentproto/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 proto/presentproto/Makefile.am (limited to 'proto/presentproto/Makefile.am') diff --git a/proto/presentproto/Makefile.am b/proto/presentproto/Makefile.am new file mode 100644 index 000000000..f6a6d3f27 --- /dev/null +++ b/proto/presentproto/Makefile.am @@ -0,0 +1,19 @@ +presentdir = $(includedir)/X11/extensions +present_HEADERS = presentproto.h presenttokens.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = presentproto.pc + +dist_doc_DATA = presentproto.txt + +MAINTAINERCLEANFILES = ChangeLog INSTALL + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL -- cgit v1.2.3