summaryrefslogtreecommitdiffstats
path: root/tdeioslave/audiocd/plugins/flac/Makefile.am
blob: 4e693c534b49b01705f38495eda8d70f85b37576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/libkcddb -I$(srcdir)/.. $(all_includes)

kde_module_LTLIBRARIES = libaudiocd_encoder_flac.la

libaudiocd_encoder_flac_la_SOURCES = encoderflac.cpp

libaudiocd_encoder_flac_la_LIBADD = $(LIBFLAC) $(LIB_KIO) ../libaudiocdplugins.la

libaudiocd_encoder_flac_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

pluginsdir = $(kde_datadir)/audiocd/plugins

METASOURCES = AUTO