diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:42:20 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 17:42:20 +0000 |
commit | d0a632c654fb4754c791b219e887546eb954c77d (patch) | |
tree | b7ddec9a5915969569d5e446c79f25633b168c9f /externals/Makefile | |
parent | 4a2c0c7c8de44e2840e0362c9717a5a27384b792 (diff) |
added iem_adaptfilt to the buildsystem
svn path=/trunk/; revision=7294
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile index 9204ad5d..ce6f44b9 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -2307,11 +2307,9 @@ adaptive_clean: #------------------------------------------------------------------------------# -# G.Holzmann: we would have to rename the externals, otherwise they won't -# build as single objects ! # iem_adaptfilt IEMADAPT_NAME=iem_adaptfilt -IEMADAPT_SRC := $(wildcard $(externals_src)/iem/iem_adaptfilt/src/*LMS*.c) +IEMADAPT_SRC := $(wildcard $(externals_src)/iem/iem_adaptfilt/src/*~.c) iem_adaptfilt: $(IEMADAPT_SRC:.c=.$(EXTENSION)) |