summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/wavecapture/Makefile.am
blob: 80735424e1e59fb08f7ff2b4f26794a1b043a02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$

INCLUDES = -I$(kde_includes)/arts $(all_includes) -I$(kde_includes)/kde -I$(kde_includes)/kde/arts
kde_module_LTLIBRARIES = noatunwavecapture.la


noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules

noatunwavecapture_la_SOURCES = wavecapture.cpp
noatunwavecapture_la_METASOURCES = AUTO
noinst_HEADERS = wavecapture.h

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

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