summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 3cc2fa397ef4c6d78d33f6af9570d7872eb74082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 appinfo.protocol
protocoldir = $(kde_servicesdir)

messages: rc.cpp
	$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kio_app.pot