diff options
Diffstat (limited to 'krec/ogg_export/Makefile.am')
-rw-r--r-- | krec/ogg_export/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/krec/ogg_export/Makefile.am b/krec/ogg_export/Makefile.am new file mode 100644 index 00000000..a54940c7 --- /dev/null +++ b/krec/ogg_export/Makefile.am @@ -0,0 +1,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_ogg.la + +libkrecexport_ogg_la_SOURCES = krecexport_ogg.cpp +libkrecexport_ogg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(KDE_RPATH) +libkrecexport_ogg_la_LIBADD = ../lib_krec_common.la $(VORBISENC_LIBS) $(VORBIS_LIBS) + +kde_services_DATA = krec_exportogg.desktop + |