[xiph-commits] r9206 - trunk/speex/include/speex

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Tue May 3 21:18:41 PDT 2005


Author: jm
Date: 2005-05-03 21:18:40 -0700 (Tue, 03 May 2005)
New Revision: 9206

Modified:
   trunk/speex/include/speex/Makefile.am
Log:
install speex_types.h when doing "make install"


Modified: trunk/speex/include/speex/Makefile.am
===================================================================
--- trunk/speex/include/speex/Makefile.am	2005-05-02 19:06:38 UTC (rev 9205)
+++ trunk/speex/include/speex/Makefile.am	2005-05-04 04:18:40 UTC (rev 9206)
@@ -1,6 +1,9 @@
 # Disable automatic dependency tracking if using other tools than gcc and gmake
 #AUTOMAKE_OPTIONS = no-dependencies
 
+install-data: installdirs
+	$(INSTALL_DATA) $(top_builddir)/include/speex/speex_types.h $(includedir)/speex/speex_types.h
+
 pkginclude_HEADERS =  speex.h \
 	speex_bits.h \
 	speex_header.h \



More information about the commits mailing list