~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to libs/taglib/taglib/ogg/vorbis/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

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 = libvorbis.la
 
8
 
 
9
libvorbis_la_SOURCES = vorbisfile.cpp vorbisproperties.cpp
 
10
 
 
11
taglib_include_HEADERS = vorbisfile.h vorbisproperties.h
 
12
taglib_includedir = $(includedir)/taglib