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.
amarok/amarok/src/engine/helix/Makefile.am

45 lines
1.2 KiB

kde_module_LTLIBRARIES = \
libamarok_helixengine_plugin.la
SUBDIRS = \
helix-sp \
config
INCLUDES = \
-I$(top_srcdir)/amarok/src \
-I$(top_builddir)/amarok/src/amarokcore \
$(all_includes)
AM_CPPFLAGS = \
-D_UNIX \
-Wall -Wreturn-type \
-fno-exceptions \
-I$(top_srcdir)/amarok/src/engine/helix/helix-sp \
-I$(top_srcdir)/amarok/src/engine/helix/config \
-I$(top_srcdir)/amarok/src/ \
-include $(top_srcdir)/amarok/src/engine/helix/helix-sp/helixdefines.h \
$(all_includes)
libamarok_helixengine_plugin_la_SOURCES = \
helix-engine.cpp \
helix-errors.cpp \
helix-configdialog.cpp \
hxplayercontrol.cpp
libamarok_helixengine_plugin_la_LIBADD = \
$(top_builddir)/amarok/src/libamarok.la \
$(top_builddir)/amarok/src/engine/helix/helix-sp/libhelix-sp.la \
$(top_builddir)/amarok/src/engine/helix/config/libhelixconfig.la \
$(top_builddir)/amarok/src/plugin/libplugin.la \
-lkdeui -lkdecore $(ALSALIB_LIBS)
libamarok_helixengine_plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
METASOURCES = \
AUTO
kde_services_DATA = \
amarok_helixengine_plugin.desktop
KDE_OPTIONS=nofinal