From 8c68c80a46ae202b8683c5a7e46dabeedb73f24f Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 30 Jan 2022 15:59:16 +0100 Subject: Drop automake build support. Rework the README and INSTALL files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 353797953630060e3171b242456f9447542ce47b) --- src/core/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/core/Makefile.am (limited to 'src/core') diff --git a/src/core/Makefile.am b/src/core/Makefile.am deleted file mode 100644 index 145add8..0000000 --- a/src/core/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/drawparts -I$(top_srcdir)/src/electronics -I$(top_srcdir)/src/electronics/components -I$(top_srcdir)/src/electronics/simulation -I$(top_srcdir)/src/flowparts -I$(top_srcdir)/src/gui -I$(top_srcdir)/src/languages -I$(top_srcdir)/src/mechanics -I$(top_srcdir)/src/micro $(all_includes) -METASOURCES = AUTO -libcore_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libcore.la -kde_kcfg_DATA = ktechlab.kcfg -libcore_la_SOURCES = ktlconfig.kcfgc main.cpp -- cgit v1.2.3