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

kde_module_LTLIBRARIES = libk3bflacdecoder.la

libk3bflacdecoder_la_SOURCES = k3bflacdecoder.cpp

libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lFLAC++ -lFLAC $(taglib_libs)
libk3bflacdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

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

METASOURCES = AUTO