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/database_refactor/sqlite/_Makefile.am

39 lines
979 B

kde_module_LTLIBRARIES = \
libamarok_sqlite_dbengine_plugin.la
SUBDIRS = \
sqlite
INCLUDES = \
-I$(top_srcdir)/amarok/src/database/sqlite/sqlite \
-I$(top_srcdir)/amarok/src/database \
-I$(top_srcdir)/amarok/src/plugin \
-I$(top_srcdir)/amarok/src/engine \
-I$(top_srcdir)/amarok/src/amarokcore \
-I$(top_srcdir)/amarok/src/statusbar \
-I$(top_srcdir)/amarok/src \
$(all_includes) $(taglib_includes)
libamarok_sqlite_dbengine_plugin_la_LIBADD = \
$(top_builddir)/amarok/src/database/sqlite/sqlite/libsqlite.la \
$(top_builddir)/amarok/src/database/libdbengine.la \
$(top_builddir)/amarok/src/plugin/libplugin.la \
$(LIB_KDECORE)
libamarok_sqlite_dbengine_plugin_la_SOURCES = \
sqlite_dbengine.cpp
libamarok_sqlite_dbengine_plugin_la_LDFLAGS = \
-module \
-no-undefined \
$(KDE_PLUGIN) \
$(all_libraries)
METASOURCES = \
AUTO
kde_services_DATA = \
amarok_sqlite_dbengine_plugin.desktop