summaryrefslogtreecommitdiffstats
path: root/src/metadata/trueaudio/Makefile.am
blob: 01af09f6722f2a7cd17d13e8dbbb31e9fda145c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS =

INCLUDES           = $(all_includes) $(taglib_includes)
METASOURCES        = AUTO
libtagtrueaudio_la_LDFLAGS  = $(all_libraries)
noinst_LTLIBRARIES = libtagtrueaudio.la

libtagtrueaudio_la_SOURCES = \
                           ttafile.cpp \
                           ttaproperties.cpp \
                           taglib_trueaudiofiletyperesolver.cpp

noinst_HEADERS =     ttafile.h \
                     ttaproperties.h \
                     taglib_trueaudiofiletyperesolver.h