blob: f2b7e6b74057fb647f108921c51cd8fbed7b0150 (
plain)
1
2
3
4
5
6
|
INCLUDES = $(all_includes) $(taglib_includes)
METASOURCES = AUTO
libtagoptimfrog_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagoptimfrog.la
noinst_HEADERS = taglib_optimfrogfiletyperesolver.h
libtagoptimfrog_la_SOURCES = taglib_optimfrogfiletyperesolver.cpp
|