From 80cf2fa46ff638ae25fe85a3a89997ceb7f09aae Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 12 Feb 2006 00:16:31 +0000 Subject: Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk svn-id: r20584 --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c857db45bb..d02313aea2 100755 --- a/configure +++ b/configure @@ -1279,7 +1279,7 @@ fi case $_backend in null) DEFINES="$DEFINES -DUSE_NULL_DRIVER" - OBJS="$OBJS backends/null/null.o" + MODULES="$MODULES backends/null" ;; sdl) find_sdlconfig @@ -1291,10 +1291,8 @@ case $_backend in INCLUDES="$INCLUDES -I/usr/X11R6/include" LIBS="$LIBS -lpthread -lXext -lX11" LDFLAGS="$LDFLAGS -L/usr/X11R6/lib -L/usr/local/lib" - OBJS="$OBJS backends/x11/x11.o" DEFINES="$DEFINES -DX11_BACKEND" MODULES="$MODULES backends/x11" - MODULE_DIRS="$MODULE_DIRS backends/x11" ;; *) echo "support for $_backend backend not implemented in configure script yet" -- cgit v1.2.3