diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-09 13:09:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-10 11:58:04 +0900 |
commit | cc22d7d083fa62523071a74683b227d838f6642f (patch) | |
tree | 5ad24d19df46d8bd0ea5acabfc3b83d5ddb8ef29 /kmymoney2/converter | |
parent | 19068f2c66533416fd57d236675e8882f5835165 (diff) | |
download | kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.tar.gz kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/converter')
-rw-r--r-- | kmymoney2/converter/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kmymoney2/converter/Makefile.am b/kmymoney2/converter/Makefile.am deleted file mode 100644 index 7e6ca11..0000000 --- a/kmymoney2/converter/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -KDE_OPTIONS = noautodist - -INCLUDES = $(all_includes) -I$(top_srcdir) -I. -I$(top_srcdir)/kmymoney2 -I$(top_builddir)/kmymoney2 - -instdir=$(includedir)/kmymoney - -noinst_LIBRARIES = libconverter.a -libconverter_a_METASOURCES = AUTO - -libconverter_a_SOURCES = mymoneyqifreader.cpp mymoneyqifwriter.cpp mymoneyqifprofile.cpp mymoneytemplate.cpp mymoneystatementreader.cpp webpricequote.cpp mymoneygncreader.cpp - -EXTRA_DIST = - -inst_HEADERS = mymoneytemplate.h - -noinst_HEADERS = imymoneyreader.h mymoneyqifprofile.h mymoneyqifreader.h mymoneyqifwriter.h mymoneystatementreader.h webpricequote.h mymoneygncreader.h convertertest.h - -check_LIBRARIES = libconvertertest.a - -libconvertertest_a_SOURCES = convertertest.cpp |