diff options
Diffstat (limited to 'inputproto/Makefile.am')
-rw-r--r-- | inputproto/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/inputproto/Makefile.am b/inputproto/Makefile.am deleted file mode 100644 index 3312f2f..0000000 --- a/inputproto/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ - -SUBDIRS = specs - -inputdir = $(includedir)/X11/extensions -input_HEADERS = \ - XI.h \ - XIproto.h \ - XI2.h \ - XI2proto.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = inputproto.pc - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |