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.
kaffeine/kaffeine/src/input/disc/plugins/mp3lame/Makefile.am

18 lines
621 B

kde_module_LTLIBRARIES = libkaffeinemp3lame.la
INCLUDES = -I$(top_srcdir)/kaffeine/src/ -I$(top_srcdir)/kaffeine/src/input/disc/plugins/ $(all_includes)
METASOURCES = AUTO
kaffeineincludedir = $(includedir)/kaffeine
noinst_HEADERS = klameenc.h
libkaffeinemp3lame_la_SOURCES = klameenc.cpp lameconfig.ui
libkaffeinemp3lame_la_LIBADD = ../libkaffeineaudioencoder.la $(LIB_LAME) $(LIB_TDECORE)
libkaffeinemp3lame_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -avoid-version -no-undefined
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)
partdesktop_DATA = kaffeinemp3lame.desktop