summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 7cdfd2458fe3e86049d00eadccea0ea993c61cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = data pics

INCLUDES = -I/usr/include/qt3 $(all_includes)

kde_module_LTLIBRARIES = kio_sword.la

kio_sword_la_SOURCES = kio_sword.cpp renderer.cpp ks_osishtml.cpp ks_gbfhtml.cpp \
			ks_thmlhtml.cpp utils.cpp swordutils.cpp swordoptions.cpp filter.cpp template.cpp

kio_sword_la_LIBADD = -lqt-mt -lkio $(LIB_SWORD)
	
kio_sword_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)

protocol_DATA = sword.protocol
protocoldir = $(kde_servicesdir)

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kio_sword.pot

noinst_HEADERS = kio_sword.h renderer.h swordoptions.h ks_osishtml.h \
				ks_gbfhtml.h ks_thmlhtml.h utils.h swordutils.h option.h filter.h template.h