summaryrefslogtreecommitdiff
path: root/proto/presentproto/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-13 11:02:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-13 11:02:03 +0000
commitd29cdd136c62cc4468b25b0da98d9292ea516c7e (patch)
treec3f1c60c1e604eedf2d764f8de8e8f6feec5f2d7 /proto/presentproto/Makefile.am
parentbd1836422bfc1df0d3084f99a04becb23c875e2a (diff)
Add presentproto 1.0
Diffstat (limited to 'proto/presentproto/Makefile.am')
-rw-r--r--proto/presentproto/Makefile.am19
1 files changed, 19 insertions, 0 deletions
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