~njh-aelius/maxosx/musicbrainz-tags

« back to all changes in this revision

Viewing changes to Frameworks/taglib/taglib/taglib/mpeg/id3v2/frames/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/mpeg/id3v2 \
5
 
        $(all_includes)
6
 
 
7
 
noinst_LTLIBRARIES = libframes.la
8
 
 
9
 
libframes_la_SOURCES = \
10
 
        attachedpictureframe.cpp \
11
 
        commentsframe.cpp \
12
 
        generalencapsulatedobjectframe.cpp \
13
 
        relativevolumeframe.cpp \
14
 
        textidentificationframe.cpp \
15
 
        uniquefileidentifierframe.cpp \
16
 
        unknownframe.cpp \
17
 
        unsynchronizedlyricsframe.cpp \
18
 
        urllinkframe.cpp
19
 
 
20
 
taglib_include_HEADERS = \
21
 
        attachedpictureframe.h \
22
 
        commentsframe.h \
23
 
        generalencapsulatedobjectframe.h \
24
 
        relativevolumeframe.h \
25
 
        textidentificationframe.h \
26
 
        uniquefileidentifierframe.h \
27
 
        unknownframe.h \
28
 
        unsynchronizedlyricsframe.h \
29
 
        urllinkframe.h
30
 
 
31
 
taglib_includedir = $(includedir)/taglib