~njh-aelius/maxosx/musicbrainz-tags

« back to all changes in this revision

Viewing changes to Frameworks/taglib/taglib/taglib/speex/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/ogg \
5
 
        $(all_includes)
6
 
 
7
 
noinst_LTLIBRARIES = libspeex.la
8
 
 
9
 
libspeex_la_SOURCES = speexfile.cpp speexproperties.cpp
10
 
 
11
 
taglib_include_HEADERS = speexfile.h speexproperties.h
12
 
taglib_includedir = $(includedir)/taglib