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

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

CXXFLAGS += $(USE_EXCEPTIONS)

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 = $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO) $(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