summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-13 15:12:27 -0800
committerKeith Packard <keithp@keithp.com>2017-12-13 15:12:27 -0800
commit44e8650e602412b71ac080e3fdf36998b884e88c (patch)
tree45a904d3bf9b8829f64fed104e07bcd36c0e78bc /Makefile.am
parentd60e9a99054ae755c33897174a0fffa191748bcf (diff)
parent6c277d5bb2924614eca922aafe1d8debfdb45586 (diff)
Merge xineramaproto
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..92a4911
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,19 @@
+xineramadir = $(includedir)/X11/extensions
+xinerama_HEADERS = \
+ panoramiXproto.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = xineramaproto.pc
+
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL