summaryrefslogtreecommitdiffstats
path: root/tdeioslave/audiocd/plugins/flac/Makefile.am
blob: 6c261a4eb7bced6df7c8d47b75c951c1431b7b5d (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_TDEIO) ../libaudiocdplugins.la

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

pluginsdir = $(kde_datadir)/audiocd/plugins

METASOURCES = AUTO