blob: 191d7db353f5219eefa5a6be3fb876822919f149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
INCLUDES= \
-I$(top_builddir)/arts/gui/common \
-I$(top_builddir)/arts/midi \
-I$(top_builddir)/arts/modules/common \
-I$(top_builddir)/arts/modules/synth \
-I$(top_builddir)/arts/modules/effects \
-I$(top_srcdir)/arts/gui/kde \
-I$(top_srcdir)/arts/tools \
-I$(top_srcdir)/krec \
-I$(arts_includes) $(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = libkrecexport_mp3.la
libkrecexport_mp3_la_SOURCES = krecexport_mp3.cpp
libkrecexport_mp3_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(KDE_RPATH)
libkrecexport_mp3_la_LIBADD = ../lib_krec_common.la $(LAME_LIBS)
kde_services_DATA = krec_exportmp3.desktop
|