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.
tdeio-appinfo/src/Makefile.am~

18 lines
437 B

INCLUDES = $(all_includes)
METASOURCES = AUTO
SUBDIRS = icons
kde_module_LTLIBRARIES = kio_app.la
kio_app_la_SOURCES = app.cpp appimpl.cpp
kio_app_la_LIBADD = -lkio
kio_app_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
protocol_DATA = app.protocol
protocoldir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kio_app.pot