blob: 53f52057940fdbb05c39f3b8cf59a1b2ed1c09f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
METASOURCES = AUTO
INCLUDES = $(QT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) $(LIBCHMFILE_INCLUDES)
kde_module_LTLIBRARIES = kio_msits.la
kio_msits_la_SOURCES = msits.cpp
kio_msits_la_LIBADD = -lkio $(CHM_LIBS)
kio_msits_la_LDFLAGS = -module -avoid-version $(QT_LIBS) $(KDE_LDFLAGS) $(KDE_LIBS) $(KDE_PLUGIN)
protocol_DATA = msits.protocol
protocoldir = $(kde_servicesdir)
# Put it here to avoid creating another directory
kde_apps_DATA = kchmviewer.desktop
|