summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-25 10:22:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-30 16:09:30 +0900
commitd205f4cb9aae5a54d05970a01284a359dbbf3ba1 (patch)
treeb9bdbaf0e78d081491f6a1ae3e47f8a0a2d2607d /src/libktorrent/Makefile.am
parent7e90bb1967477b331f134e27d6f0ea4cc69ffb0a (diff)
downloadktorrent-d205f4cb.tar.gz
ktorrent-d205f4cb.zip
Drop support for autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3744301eacaa453450bc502a3c092a5b74dab55)
Diffstat (limited to 'src/libktorrent/Makefile.am')
-rw-r--r--src/libktorrent/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/libktorrent/Makefile.am b/src/libktorrent/Makefile.am
deleted file mode 100644
index 6238869..0000000
--- a/src/libktorrent/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-INCLUDES = -I$(srcdir)/. $(all_includes)
-SUBDIRS = util torrent kademlia interfaces migrate mse datachecker net
-METASOURCES = AUTO
-
-lib_LTLIBRARIES = libktorrent.la
-libktorrent_la_LDFLAGS = ${KDE_RPATH} $(all_libraries) -release $(VERSION)
-
-kde_kcfg_DATA = ktorrent.kcfg
-
-# make sure settings.h is built before anything else
-BUILT_SOURCES=settings.h
-
-noinst_HEADERS = expandablewidget.h functions.h ktversion.h labelview.h \
- pluginmanager.h pluginmanagerprefpage.h libktorrent_export.h
-libktorrent_la_SOURCES = expandablewidget.cpp functions.cpp labelview.cpp \
- labelviewitembase.ui pluginmanager.cpp pluginmanagerprefpage.cpp pluginmanagerwidget.ui \
- settings.kcfgc
-libktorrent_la_LIBADD = ../libktorrent/net/libnet.la \
- ../libktorrent/datachecker/libdatachecker.la ../libktorrent/mse/libmse.la ../libktorrent/migrate/libmigrate.la \
- ../libktorrent/util/libutil.la ../libktorrent/torrent/libtorrent.la \
- ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TQT) $(LIB_TDEUI)
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)