~ubuntu-branches/debian/jessie/libsndfile/jessie

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2009-02-17 19:21:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217192103-7rhu1n8p79jnbzy3
Tags: 1.0.18-2
Add missing build-dependencies on pkg-config and libvorbis-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
SUBDIRS = man doc Win32 Octave src examples regtest tests
4
 
DIST_SUBDIRS = $(SUBDIRS)
5
 
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
6
 
                        sndfile.pc.in Mingw-make-dist.sh
7
 
                        
8
 
                         
 
3
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
 
4
 
 
5
if BUILD_OCTAVE_MOD
 
6
octave_dir = Octave
 
7
endif
 
8
 
 
9
SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
 
10
DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
 
11
 
 
12
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
 
13
 
 
14
 
9
15
pkgconfigdir = $(libdir)/pkgconfig
10
16
pkgconfig_DATA = sndfile.pc
11
17
 
19
25
        (cd tests ; make genfiles)
20
26
 
21
27
 
22
 
## Do not edit or modify anything in this comment block.
23
 
## The arch-tag line is a file identity tag for the GNU Arch 
24
 
## revision control system.
25
 
##
26
 
## arch-tag: e40c569e-8020-4e95-b774-6b0703614526
27