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.

16 lines
513 B

10 years ago
INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = tdeio_find.la
10 years ago
tdeio_find_la_SOURCES = find.cpp findimpl.cpp findurl.cpp trackerfindclient.cpp
tdeio_find_la_LIBADD = -ltdeio
tdeio_find_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
10 years ago
protocol_DATA = find.protocol
protocoldir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeio_find.pot
10 years ago
noinst_HEADERS = findimpl.h findurl.h trackerfindclient.h