diff options
Diffstat (limited to 'presentproto/Makefile.am')
-rw-r--r-- | presentproto/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/presentproto/Makefile.am b/presentproto/Makefile.am new file mode 100644 index 0000000..f6a6d3f --- /dev/null +++ b/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 |