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 /xf86miscproto | |
parent | 30e7d98da2d5ccc7c17d2c18d4d3297204c1bc33 (diff) |
git rm -f */Makefile.am
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'xf86miscproto')
-rw-r--r-- | xf86miscproto/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xf86miscproto/Makefile.am b/xf86miscproto/Makefile.am deleted file mode 100644 index 5a11549..0000000 --- a/xf86miscproto/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -xf86miscdir = $(includedir)/X11/extensions -xf86misc_HEADERS = \ - xf86misc.h \ - xf86mscstr.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86miscproto.pc - -EXTRA_DIST = xf86miscproto.pc.in - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |