summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/wave/Makefile.am
blob: 5debea14be4259cefd56f162520a0a324fe0ae72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/plugin -I$(srcdir)/../../../libk3b/core -I$(srcdir)/../../../libk3bdevice $(all_includes)

kde_module_LTLIBRARIES = libk3bwavedecoder.la

libk3bwavedecoder_la_SOURCES = k3bwavedecoder.cpp

libk3bwavedecoder_la_LIBADD = $(LIB_KDECORE) ../../../libk3b/libk3b.la
libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

pluginsdir = $(kde_datadir)/k3b/plugins
plugins_DATA = k3bwavedecoder.plugin

METASOURCES = AUTO