~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 02:09:12 UTC
  • Revision ID: svn-v4:6b6cea13-1402-0410-9567-a7afb52bf336:trunk:1372
Update to latest taglib SVN

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