You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
501 B
15 lines
501 B
METASOURCES = AUTO
|
|
INCLUDES = $(QT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) $(LIBCHMFILE_INCLUDES)
|
|
|
|
kde_module_LTLIBRARIES = tdeio_msits.la
|
|
|
|
tdeio_msits_la_SOURCES = msits.cpp
|
|
tdeio_msits_la_LIBADD = -ltdeio $(CHM_LIBS)
|
|
tdeio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_TDEIO) $(LIB_TDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS)
|
|
|
|
protocol_DATA = msits.protocol
|
|
protocoldir = $(kde_servicesdir)
|
|
|
|
# Put it here to avoid creating another directory
|
|
kde_apps_DATA = kchmviewer.desktop
|