From 2e66bd6092fe93ca7fa953c4af9d0e16bbf69905 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 28 Dec 2007 19:34:51 +0000 Subject: - Added new helper functions: xtract_windowed() and xtract_features_from_subframes() - Added windowing functions (window.c) --- xtract/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtract/Makefile.am') diff --git a/xtract/Makefile.am b/xtract/Makefile.am index eca7030..ad79356 100644 --- a/xtract/Makefile.am +++ b/xtract/Makefile.am @@ -3,5 +3,5 @@ MAINTAINERCLEANFILES = Makefile.in libxtractdir = $(includedir)/xtract libxtract_HEADERS = libxtract.h xtract_macros.h xtract_types.h xtract_delta.h \ - xtract_scalar.h xtract_vector.h + xtract_scalar.h xtract_vector.h xtract_helper.h -- cgit v1.2.3