You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
462 B
16 lines
462 B
15 years ago
|
SUBDIRS =
|
||
|
|
||
|
INCLUDES = $(all_includes) $(taglib_includes)
|
||
|
METASOURCES = AUTO
|
||
|
libtagrealmedia_la_LDFLAGS = $(all_libraries)
|
||
|
noinst_LTLIBRARIES = libtagrealmedia.la
|
||
|
|
||
|
libtagrealmedia_la_SOURCES = rmff.cpp \
|
||
|
taglib_realmediafile.cpp \
|
||
|
taglib_realmediafiletyperesolver.cpp
|
||
|
|
||
|
noinst_HEADERS = rmff.h \
|
||
|
taglib_realmediafile.h \
|
||
|
taglib_realmediafiletyperesolver.h
|
||
|
|