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/plugin/Makefile.am

17 lines
228 B

noinst_LTLIBRARIES = \
libplugin.la
INCLUDES = \
-I$(top_srcdir)/amarok/src \
$(all_includes)
libplugin_la_SOURCES = \
plugin.cpp
noinst_HEADERS = \
plugin.h \
pluginconfig.h
METASOURCES = \
AUTO