diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
commit | 38303e02f8f8e5153221ba0391fcd232dfb5ec37 (patch) | |
tree | cd958e461e20910875c7cd036f4b64d005d933bb /Makefile.am | |
parent | 44e8650e602412b71ac080e3fdf36998b884e88c (diff) |
Move common xineramaproto files out of the way
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 92a4911..0000000 --- a/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -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 |