aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-06-03 13:52:40 +0000
committerGravatar Elvio Basello2008-06-03 13:52:40 +0000
commitbba45262491802e429d28eaa3ee29461bd2de4ff (patch)
treeb2d2b4d2b5b81f55672f5e4f3adf840a837ad3d8 /src/modules/torrent
parentfixed close button (diff)
downloadKVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.tar.gz
KVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.tar.bz2
KVIrc-bba45262491802e429d28eaa3ee29461bd2de4ff.zip
oh yeah, removed autotools!;
bumped sources date; cleaned up a bit kvi_settings.h; added -DVERBOSE to cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1898 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/torrent')
-rw-r--r--src/modules/torrent/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/modules/torrent/Makefile.am b/src/modules/torrent/Makefile.am
deleted file mode 100644
index 82f0f39a7..000000000
--- a/src/modules/torrent/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 10.03.2000 Szymon Stefanek <stefanek@tin.it>
-###############################################################################
-
-AM_CPPFLAGS = -I$(SS_TOPSRCDIR)/src/kvilib/include/ -I$(SS_TOPSRCDIR)/src/kvirc/include/ \
-$(SS_INCDIRS) $(SS_CPPFLAGS) -DGLOBAL_KVIRC_DIR=\"$(globalkvircdir)\"
-
-pluglib_LTLIBRARIES = libkvitorrent.la
-
-#%.moc: %.h
-# $(SS_QT_MOC) $< -o $@
-
-libkvitorrent_la_LDFLAGS = -avoid-version -module
-
-libkvitorrent_la_SOURCES = libkvitorrent.cpp \
- tc_interface.cpp \
- tc_ktorrentdcopinterface.cpp \
- tc_statusbarapplet.cpp
-
-libkvitorrent_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib4.la
-
-noinst_HEADERS = tc_interface.h \
- tc_ktorrentdcopinterface.h \
- tc_statusbarapplet.h
-
-%.moc: %.h
- $(SS_QT_MOC) $< -o $@
-
-tc_ktorrentdcopinterface.cpp: tc_ktorrentdcopinterface.moc
-tc_statusbarapplet.cpp: tc_statusbarapplet.moc