summaryrefslogtreecommitdiffstats
path: root/src/metadata/asf/Makefile.am
blob: 63fa0e186d7d195eb7606e718f3bbab3c7010821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS =

INCLUDES           = $(all_includes) $(taglib_includes)
METASOURCES        = AUTO
libtagasf_la_LDFLAGS  = $(all_libraries)
noinst_LTLIBRARIES = libtagasf.la

libtagasf_la_SOURCES =  \
                     asfattribute.cpp \
                     asfproperties.cpp \
                     asftag.cpp \
                     asffile.cpp \
                     taglib_asffiletyperesolver.cpp

noinst_HEADERS = \
                     asfattribute.h \
                     asfproperties.h \
                     asftag.h \
                     asffile.h \
                     taglib_asffiletyperesolver.h