diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:02:30 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:02:30 -0500 |
commit | a84a3e0ac07388c216b7c3ee5afedc51ab10507e (patch) | |
tree | 89a42a14b0ce33e8b90a0857a38784fb2abcd38b /xextproto/Makefile.am | |
parent | 30e7d98da2d5ccc7c17d2c18d4d3297204c1bc33 (diff) |
git rm -f */Makefile.am
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'xextproto/Makefile.am')
-rw-r--r-- | xextproto/Makefile.am | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/xextproto/Makefile.am b/xextproto/Makefile.am deleted file mode 100644 index bbe5dd4..0000000 --- a/xextproto/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -SUBDIRS=specs - -xextdir = $(includedir)/X11/extensions -xext_HEADERS = \ - dpmsconst.h \ - dpmsproto.h \ - ge.h \ - geproto.h \ - lbx.h \ - lbxproto.h \ - mitmiscconst.h \ - mitmiscproto.h \ - multibufconst.h \ - multibufproto.h \ - secur.h \ - securproto.h \ - shapeconst.h \ - shapeproto.h \ - shm.h \ - shmproto.h \ - syncconst.h \ - syncproto.h \ - ag.h \ - agproto.h \ - cup.h \ - cupproto.h \ - dbe.h \ - dbeproto.h \ - EVI.h \ - EVIproto.h \ - xtestext1proto.h \ - xtestext1const.h \ - xtestconst.h \ - xtestproto.h - -# -# These headers allow old servers to be built with -# new headers -# -compatdir = $(xextdir) -compat_HEADERS = \ - shapestr.h \ - shmstr.h \ - syncstr.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xextproto.pc - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |