diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 15:59:16 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 23:23:05 +0100 |
| commit | 8c68c80a46ae202b8683c5a7e46dabeedb73f24f (patch) | |
| tree | b8d3bbe31320e744157446f0118de3b4393e52b8 /src/core | |
| parent | 485f628b434fcfee20ee12e3f64235b7727c948d (diff) | |
| download | ktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.tar.gz ktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.zip | |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 353797953630060e3171b242456f9447542ce47b)
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
