summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 2714762..0000000
--- a/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