summaryrefslogtreecommitdiff
path: root/recordproto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'recordproto/Makefile.am')
-rw-r--r--recordproto/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/recordproto/Makefile.am b/recordproto/Makefile.am
new file mode 100644
index 0000000..f9cc316
--- /dev/null
+++ b/recordproto/Makefile.am
@@ -0,0 +1,21 @@
+recorddir = $(includedir)/X11/extensions
+record_HEADERS = \
+ recordconst.h \
+ recordproto.h \
+ recordstr.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = recordproto.pc
+
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL