~ubuntu-branches/ubuntu/feisty/speex/feisty-updates

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2005-02-26 22:33:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050226223322-vc6sdoshrqjxfh9c
Tags: upstream-1.1.6
ImportĀ upstreamĀ versionĀ 1.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
 
2
 
 
3
# To disable automatic dependency tracking if using other tools than
 
4
# gcc and gmake, add the option 'no-dependencies'
 
5
AUTOMAKE_OPTIONS = 1.6
 
6
 
 
7
m4datadir = $(datadir)/aclocal
 
8
m4data_DATA = speex.m4
 
9
 
 
10
pkgconfigdir = $(libdir)/pkgconfig
 
11
pkgconfig_DATA = speex.pc
 
12
 
 
13
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in
 
14
 
 
15
#Fools KDevelop into including all files
 
16
SUBDIRS = libspeex include @src@ doc win32
 
17
 
 
18
DIST_SUBDIRS = libspeex include src doc win32
 
19
 
 
20
rpm: dist
 
21
        rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz