~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to amarok/src/metadata/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
MP4_LDADD = m4a/libtagm4a.la
7
7
endif
8
8
 
9
 
SUBDIRS = wma audible rmff $(MP4_SUBDIR) aac
 
9
SUBDIRS = wma audible rmff $(MP4_SUBDIR) aac wav
10
10
 
11
11
 
12
12
INCLUDES           = -I$(top_srcdir)/amarok/src $(all_includes) $(taglib_includes)
22
22
 
23
23
libmetadata_la_LIBADD = \
24
24
                     wma/libtagwma.la \
 
25
                     wav/libtagwav.la \
25
26
                     rmff/libtagrealmedia.la \
26
27
                     $(MP4_LDADD) \
27
28
                     aac/libtagaac.la \