~njh-aelius/maxosx/musicbrainz-tags

« back to all changes in this revision

Viewing changes to Frameworks/taglib/taglib/taglib/ogg/Makefile.am

  • Committer: stephen_booth
  • Date: 2008-04-30 01:48:01 UTC
  • Revision ID: svn-v4:6b6cea13-1402-0410-9567-a7afb52bf336:trunk:1371
Fixing the taglib source tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = vorbis flac
2
 
 
3
 
INCLUDES = -I$(top_srcdir)/taglib -I$(top_srcdir)/taglib/toolkit $(all_includes)
4
 
 
5
 
noinst_LTLIBRARIES = libogg.la
6
 
 
7
 
libogg_la_SOURCES = \
8
 
        oggfile.cpp \
9
 
        oggpage.cpp \
10
 
        oggpageheader.cpp \
11
 
        xiphcomment.cpp
12
 
 
13
 
taglib_include_HEADERS = \
14
 
        oggfile.h \
15
 
        oggpage.h \
16
 
        oggpageheader.h \
17
 
        xiphcomment.h
18
 
 
19
 
taglib_includedir = $(includedir)/taglib
20
 
 
21
 
libogg_la_LIBADD = ./vorbis/libvorbis.la ./flac/liboggflac.la