summaryrefslogtreecommitdiffstats
path: root/src/collections
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-04 02:09:29 +0200
committerSlávek Banko <[email protected]>2021-07-04 18:44:34 +0200
commit438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch)
tree6e0ee074a7ece0494375a95049ae1de114b9e45c /src/collections
parentb6479767772bee82cd6e682bab243947a2f375ed (diff)
downloadtellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.tar.gz
tellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.zip
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
Diffstat (limited to 'src/collections')
-rw-r--r--src/collections/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/collections/Makefile.am b/src/collections/Makefile.am
deleted file mode 100644
index 477f826..0000000
--- a/src/collections/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-noinst_LIBRARIES = libcollections.a
-
-AM_CPPFLAGS = $(all_includes)
-
-libcollections_a_METASOURCES = AUTO
-
-libcollections_a_SOURCES = winecollection.cpp stampcollection.cpp \
- comicbookcollection.cpp cardcollection.cpp coincollection.cpp \
- bibtexcollection.cpp musiccollection.cpp videocollection.cpp \
- bookcollection.cpp gamecollection.cpp filecatalog.cpp \
- boardgamecollection.cpp
-
-####### tdevelop will overwrite this part!!! (end)############
-
-KDE_OPTIONS = noautodist
-
-CLEANFILES = *~ *.loT
-
-EXTRA_DIST = \
-bookcollection.cpp bookcollection.h \
-videocollection.cpp videocollection.h \
-musiccollection.cpp musiccollection.h \
-bibtexcollection.cpp bibtexcollection.h \
-coincollection.cpp coincollection.h \
-cardcollection.cpp cardcollection.h \
-comicbookcollection.cpp comicbookcollection.h \
-stampcollection.cpp stampcollection.h \
-winecollection.cpp winecollection.h \
-gamecollection.h gamecollection.cpp \
-filecatalog.h filecatalog.cpp \
-boardgamecollection.h boardgamecollection.cpp