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 /fontsproto | |
parent | 30e7d98da2d5ccc7c17d2c18d4d3297204c1bc33 (diff) |
git rm -f */Makefile.am
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fontsproto')
-rw-r--r-- | fontsproto/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/fontsproto/Makefile.am b/fontsproto/Makefile.am deleted file mode 100644 index 2714762..0000000 --- a/fontsproto/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -SUBDIRS=specs - -fontsdir = $(includedir)/X11/fonts -fonts_HEADERS = \ - font.h \ - fontproto.h \ - fontstruct.h \ - FS.h \ - fsmasks.h \ - FSproto.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fontsproto.pc - - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |