diff options
-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)) |