summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/ffrs/Makefile.am
blob: 4861ee52eaf4c0db86c52dd3271210de36a85b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES= -I$(kde_includes)/arts $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatun_ffrs.la

noatun_ffrs_la_SOURCES = ffrs.cpp

noatun_ffrs_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatun_ffrs_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm

noatun_ffrs_la_METASOURCES = AUTO

noinst_HEADERS = ffrs.h

noatun_DATA = ffrs.plugin
noatundir = $(kde_datadir)/noatun

messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/ffrs.pot