summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/flac/Makefile.am
blob: bdcc4a3f0532aa68e2f780ed6b5236ade91dceee (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 $(LIB_KDEUI) -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