blob: add569fc4a5b64dd1df3de50c6ba82607c27b2f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUBDIRS =
INCLUDES = $(all_includes) $(taglib_includes)
METASOURCES = AUTO
libtagwav_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagwav.la
libtagwav_la_SOURCES = wavproperties.cpp \
wavfile.cpp \
wavfiletyperesolver.cpp
noinst_HEADERS = wavproperties.h \
wavfile.h \
wavfiletyperesolver.h
|