From 754ab339469cdf8b55b82f4c896c4e15876551db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 6 Jan 2023 13:10:56 +0100 Subject: core: remove build with autotools CMake is now the only way to build WeeChat. --- src/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 53a7b3d1f..000000000 --- a/src/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright (C) 2003-2023 Sébastien Helleu -# -# This file is part of WeeChat, the extensible chat client. -# -# WeeChat is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# WeeChat is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with WeeChat. If not, see . -# - -SUBDIRS = core plugins gui - -EXTRA_DIST = CMakeLists.txt -- cgit v1.2.3