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