You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
500 B
22 lines
500 B
#if HAVE_VORBIS
|
|
#AUDIOCD_PLUGINS_SUBDIR=vorbis
|
|
#endif
|
|
|
|
SUBDIRS = . wav vorbis lame flac
|
|
|
|
INCLUDES = -I$(top_srcdir)/libkcddb $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libaudiocdplugins.la
|
|
|
|
libaudiocdplugins_la_LIBADD = $(LIB_KDECORE) $(top_builddir)/libkcddb/libkcddb.la
|
|
|
|
libaudiocdplugins_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
|
|
libaudiocdplugins_la_SOURCES = audiocdencoder.cpp
|
|
|
|
include_HEADERS = audiocdencoder.h
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kio_audiocd.pot
|
|
|