~njh-aelius/maxosx/musicbrainz-tags

« back to all changes in this revision

Viewing changes to Frameworks/taglib/taglib/taglib/trueaudio/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
 
INCLUDES = \
2
 
        -I$(top_srcdir)/taglib \
3
 
        -I$(top_srcdir)/taglib/toolkit \
4
 
        -I$(top_srcdir)/taglib/mpc \
5
 
        -I$(top_srcdir)/taglib/mpeg/id3v1 \
6
 
        -I$(top_srcdir)/taglib/mpeg/id3v2 \
7
 
        $(all_includes)
8
 
 
9
 
noinst_LTLIBRARIES = libtrueaudio.la
10
 
 
11
 
libtrueaudio_la_SOURCES = trueaudiofile.cpp trueaudioproperties.cpp
12
 
 
13
 
taglib_include_HEADERS = trueaudiofile.h trueaudioproperties.h
14
 
taglib_includedir = $(includedir)/taglib