You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
416 B
Makefile
14 lines
416 B
Makefile
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
|