summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/wave/Makefile.am
blob: 273a779925168c9742739dfe57d42831f3adbf4e (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_TDECORE) $(LIB_QT) ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la
libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

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

METASOURCES = AUTO