mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
at it, but I'll leave it for now... git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@587989 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
24 lines
481 B
Makefile
24 lines
481 B
Makefile
SUBDIRS = vorbis flac
|
|
|
|
INCLUDES = -I$(top_srcdir)/taglib -I$(top_srcdir)/taglib/toolkit $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libogg.la
|
|
|
|
libogg_la_SOURCES = \
|
|
oggfile.cpp \
|
|
oggpage.cpp \
|
|
oggpageheader.cpp \
|
|
xiphcomment.cpp
|
|
|
|
taglib_include_HEADERS = \
|
|
oggfile.h \
|
|
oggpage.h \
|
|
oggpageheader.h \
|
|
xiphcomment.h
|
|
|
|
taglib_includedir = $(includedir)/taglib
|
|
|
|
libogg_la_LIBADD = ./vorbis/libvorbis.la ./flac/liboggflac.la
|
|
|
|
EXTRA_DIST = $(libogg_la_SOURCES) $(taglib_include_HEADERS)
|