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-30 15:59:16 +0100 |
commit | 353797953630060e3171b242456f9447542ce47b (patch) | |
tree | f06b958dd2ae743d1253700b238ba318fa58e32b /src/core | |
parent | c4d576ead541cdce8febf430be72a4f5dbcc7a95 (diff) | |
download | ktechlab-353797953630060e3171b242456f9447542ce47b.tar.gz ktechlab-353797953630060e3171b242456f9447542ce47b.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 |