This patch modifies wavelet/Makefile.am to integrate the new files in
the build system.

--- gsl-1.6.orig/wavelet/Makefile.am	2004-07-23 18:55:13.000000000 +0200
+++ gsl-1.6/wavelet/Makefile.am	2005-04-29 17:44:28.000000000 +0200
@@ -1,10 +1,11 @@
 noinst_LTLIBRARIES = libgslwavelet.la 
 
-pkginclude_HEADERS = gsl_wavelet.h gsl_wavelet2d.h
+pkginclude_HEADERS = gsl_wavelet.h gsl_wavelet2d.h gsl_cwt.h
 
 INCLUDES= -I$(top_builddir)
 
-libgslwavelet_la_SOURCES = dwt.c wavelet.c bspline.c daubechies.c haar.c
+libgslwavelet_la_SOURCES = dwt.c wavelet.c bspline.c daubechies.c haar.c \
+	cwt.c cwt_wavelets.c
 
 TESTS = test
 

Attachment: pgp7WONWO50Ex.pgp
Description: PGP signature

_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to