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
410 B
17 lines
410 B
15 years ago
|
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
||
|
|
||
|
## The part
|
||
|
kde_module_LTLIBRARIES = libkounavailpart.la
|
||
|
libkounavailpart_la_SOURCES = kounavail.cc
|
||
|
libkounavailpart_la_LDFLAGS = $(KDE_PLUGIN)
|
||
|
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
|