~ubuntu-branches/ubuntu/hardy/speex/hardy-security

« back to all changes in this revision

Viewing changes to include/speex/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
# Disable automatic dependency tracking if using other tools than gcc and gmake
 
2
#AUTOMAKE_OPTIONS = no-dependencies
 
3
 
 
4
if DISABLE_GLOBAL_POINTERS
 
5
speex_noglobals = speex_noglobals.h
 
6
endif
 
7
 
 
8
pkginclude_HEADERS =  speex.h \
 
9
        speex_bits.h \
 
10
        speex_header.h \
 
11
        speex_callbacks.h \
 
12
        speex_stereo.h \
 
13
        speex_preprocess.h \
 
14
        speex_jitter.h \
 
15
        speex_echo.h \
 
16
        $(speex_noglobals)
 
17