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.
tdevelop/parts/documentation/protocols/chm/Makefile.am

22 lines
640 B

## Makefile.am of tdebase/kioslave/chm
INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes)
kde_module_LTLIBRARIES = kio_chm.la libkchmpart.la
kio_chm_la_SOURCES = decompress.cpp chmfile.cpp chm.cpp
kio_chm_la_LIBADD = $(LIB_KIO)
kio_chm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
libkchmpart_la_SOURCES = kchmpart.cpp
libkchmpart_la_LIBADD = -ltdehtml $(LIB_KPARTS) $(top_builddir)/lib/widgets/libkdevwidgets.la
libkchmpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
noinst_HEADERS = chm.h chmfile.h decompress.h kchmpart.h
kdelnk_DATA = chm.protocol kchmpart.desktop
kdelnkdir = $(kde_servicesdir)
METASOURCES = AUTO