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.
16 lines
447 B
Makefile
16 lines
447 B
Makefile
AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes)
|
|
|
|
INCLUDES = -I$(top_srcdir)/libkcddb
|
|
|
|
kde_module_LTLIBRARIES = libaudiocd_encoder_wav.la
|
|
|
|
libaudiocd_encoder_wav_la_SOURCES = encoderwav.cpp encodercda.cpp
|
|
|
|
libaudiocd_encoder_wav_la_LIBADD = $(LIB_KIO) ../libaudiocdplugins.la $(CDPARANOIA_LIBS)
|
|
|
|
libaudiocd_encoder_wav_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
|
|
|
|
pluginsdir = $(kde_datadir)/audiocd/plugins
|
|
|
|
METASOURCES = AUTO
|