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.
tork/src/tor_ioslave/Makefile.am

16 lines
457 B

INCLUDES = $(all_includes)
LIBS =
kde_module_LTLIBRARIES = tdeio_torioslave.la
tdeio_torioslave_la_SOURCES = torioslave.cpp
tdeio_torioslave_la_LIBADD = -ltdeio
tdeio_torioslave_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
protocol_DATA = torioslave.protocol
protocoldir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeio_torioslave.pot