summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent/Makefile.am
blob: fff58478b8f648ed9bbe5087f7f2fe07821a52e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
# 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 $(SS_LDFLAGS) $(SS_LIBDIRS)

libkvitorrent_la_SOURCES = libkvitorrent.cpp \
		tc_interface.cpp \
		tc_ktorrentdcopinterface.cpp \
		tc_statusbarapplet.cpp
		
libkvitorrent_la_LIBADD = $(SS_LIBLINK) ../../kvilib/build/libkvilib.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