blob: 156cf914f778cf396b12a6af97fe4a7c70349e1d (
plain)
1
2
3
4
5
6
|
INCLUDES = $(all_includes) $(taglib_includes)
METASOURCES = AUTO
libtagmonkeysaudio_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagmonkeysaudio.la
noinst_HEADERS = taglib_monkeysaudiofiletyperesolver.h
libtagmonkeysaudio_la_SOURCES = taglib_monkeysaudiofiletyperesolver.cpp
|