summaryrefslogtreecommitdiffstats
path: root/src/metadata/speex/Makefile.am
blob: 6bf01aa135801b48aae7132af7eb20a81f643060 (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
libtagspeex_la_LDFLAGS  = $(all_libraries)
noinst_LTLIBRARIES = libtagspeex.la

libtagspeex_la_SOURCES = \
                           speexfile.cpp \
                           speexproperties.cpp \
                           taglib_speexfiletyperesolver.cpp

noinst_HEADERS =     speexfile.h \
                     speexproperties.h \
                     taglib_speexfiletyperesolver.h