diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 18:44:34 +0200 |
commit | 438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch) | |
tree | 6e0ee074a7ece0494375a95049ae1de114b9e45c /src/commands | |
parent | b6479767772bee82cd6e682bab243947a2f375ed (diff) | |
download | tellico-438ed1ab.tar.gz tellico-438ed1ab.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am deleted file mode 100644 index 95147c2..0000000 --- a/src/commands/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -AM_CPPFLAGS = $(all_includes) - -noinst_LIBRARIES = libcommands.a -libcommands_a_SOURCES = \ - addentries.cpp modifyentries.cpp removeentries.cpp \ - addloans.cpp modifyloans.cpp removeloans.cpp \ - fieldcommand.cpp filtercommand.cpp reorderfields.cpp \ - group.cpp collectioncommand.cpp renamecollection.cpp \ - updateentries.cpp - -libcommands_a_METASOURCES = AUTO -KDE_OPTIONS = noautodist -EXTRA_DIST = \ - addentries.h addentries.cpp \ - modifyentries.h modifyentries.cpp \ - removeentries.h removeentries.cpp \ - addloans.h addloans.cpp \ - modifyloans.h modifyloans.cpp \ - removeloans.h removeloans.cpp \ - fieldcommand.h fieldcommand.cpp \ - filtercommand.h filtercommand.cpp \ - reorderfields.h reorderfields.cpp \ - group.h group.cpp \ - collectioncommand.h collectioncommand.cpp \ - renamecollection.h renamecollection.cpp \ - updateentries.h updateentries.cpp - - -CLEANFILES = *~ |