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

« back to all changes in this revision

Viewing changes to libs/taglib/taglib/ogg/flac/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
        -I$(top_srcdir)/taglib/flac \
 
6
        $(all_includes)
 
7
 
 
8
noinst_LTLIBRARIES = liboggflac.la
 
9
 
 
10
liboggflac_la_SOURCES = oggflacfile.cpp
 
11
 
 
12
taglib_include_HEADERS = oggflacfile.h
 
13
taglib_includedir = $(includedir)/taglib