summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-08-25 12:50:23 -0400
committerMike Frysinger <vapier@gentoo.org>2018-08-25 12:50:23 -0400
commite6bb110663722836ba1e6986b27252bc4402a33c (patch)
treea492885d40aba7fcc7a6565d74a0cad2362f0138 /Makefile.am
parentac16bdf2d41724b5a65255d4c28fb0ec46bc42f5 (diff)
downloadlibgd-e6bb110663722836ba1e6986b27252bc4402a33c.tar.gz
drop netware support #294
We have no way of testing netware, and the OS has been dead for years. PHP also has dropped support for it. Closes #294.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c4ccbd4..6cc1bc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src config tests
-EXTRA_DIST = test docs examples windows VMS cmake netware bootstrap.sh CMakeLists.txt CONTRIBUTORS README.md
+EXTRA_DIST = test docs examples windows VMS cmake bootstrap.sh CMakeLists.txt CONTRIBUTORS README.md
clean-local:
$(srcdir)/cmake/distclean.sh --automake