[xiph-commits] r7117 - trunk/speex/include/speex
conrad at dactyl.lonelymoon.com
conrad
Tue Jul 13 21:40:49 PDT 2004
Author: conrad
Date: Tue Jul 13 21:40:49 2004
New Revision: 7117
Modified:
trunk/speex/include/speex/Makefile.am
Log:
only install speex_noglobals.h if --disable-global-pointers was configured
Modified: trunk/speex/include/speex/Makefile.am
===================================================================
--- trunk/speex/include/speex/Makefile.am 2004-07-14 04:36:23 UTC (rev 7116)
+++ trunk/speex/include/speex/Makefile.am 2004-07-14 04:40:49 UTC (rev 7117)
@@ -1,6 +1,10 @@
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
+if DISABLE_GLOBAL_POINTERS
+speex_noglobals = speex_noglobals.h
+endif
+
pkginclude_HEADERS = speex.h \
speex_bits.h \
speex_header.h \
@@ -9,5 +13,5 @@
speex_preprocess.h \
speex_jitter.h \
speex_echo.h \
- speex_noglobals.h
+ $(speex_noglobals)
More information about the commits
mailing list