From 16cb08a33c2ef31a545d22a5981ddce7055f033d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 7 Oct 2005 09:54:22 +0000 Subject: don't include c-files (iemmatrix.c used to include iemmatrix_sources.c) instead compile all c-files into objects and link them together svn path=/trunk/externals/iem/iemmatrix/; revision=3674 --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index a6e0e25..ae68ab0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -26,7 +26,7 @@ CFLAGS = $(DEFS) $(IFLAGS) $(WFLAGS) @CFLAGS@ LIBS = @LIBS@ -SOURCES=$(sort $(filter %.c, $(wildcard mtx_*.c))) iemmatrix.c +SOURCES=$(sort $(filter %.c, $(wildcard *.c))) TARGETS = $(SOURCES:.c=.o) all: $(LIBNAME) -- cgit v1.2.1