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.
12 lines
469 B
12 lines
469 B
metadir = $(pluginsdir)/meta_engine
|
|
|
|
libfolder_plugin_la_SOURCES = meta_engine/folder.c
|
|
meta_LTLIBRARIES = libfolder_plugin.la
|
|
|
|
libtaglib_plugin_la_SOURCES = meta_engine/taglib.cpp \
|
|
meta_engine/ID3Pictures.h
|
|
libtaglib_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(TAGLIB_CFLAGS)
|
|
libtaglib_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(metadir)'
|
|
libtaglib_plugin_la_LIBADD = $(TAGLIB_LIBS) -lz
|
|
EXTRA_LTLIBRARIES += libtaglib_plugin.la
|
|
meta_LTLIBRARIES += $(LTLIBtaglib)
|
|
|