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.
17 lines
488 B
17 lines
488 B
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
|
|
|
## The part
|
|
kde_module_LTLIBRARIES = libkounavailpart.la
|
|
libkounavailpart_la_SOURCES = kounavail.cc
|
|
libkounavailpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts
|
|
libkounavailpart_la_LIBADD = $(LIB_KOFFICECORE)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kounavail.h
|
|
|
|
kdelnk_DATA = kounavail.desktop
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cc -o $(podir)/kounavail.pot
|