diff options
Diffstat (limited to 'fontcacheproto/Makefile.am')
-rw-r--r-- | fontcacheproto/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/fontcacheproto/Makefile.am b/fontcacheproto/Makefile.am deleted file mode 100644 index 9092f8a..0000000 --- a/fontcacheproto/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -fontcachedir = $(includedir)/X11/extensions -fontcache_HEADERS = \ - fontcache.h \ - fontcacheP.h \ - fontcachstr.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fontcacheproto.pc - -EXTRA_DIST = fontcacheproto.pc.in - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |