From 0a10a2d4757eedd7cf533b58a20653f8172f4de3 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 8 Jan 2002 19:17:58 +0000 Subject: [PATCH] Modified makefile to pick up sdl-config stuff. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@22 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/build/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stella/src/build/makefile b/stella/src/build/makefile index 863245ca4..5486ceba1 100644 --- a/stella/src/build/makefile +++ b/stella/src/build/makefile @@ -13,7 +13,7 @@ ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: makefile,v 1.3 2002-01-08 17:11:32 stephena Exp $ +## $Id: makefile,v 1.4 2002-01-08 19:17:58 stephena Exp $ ##============================================================================ ##============================================================================ @@ -69,8 +69,8 @@ LIBS.X11 = CFLAGS.X11 = OPTS.SDL = -LIBS.SDL = -CFLAGS.SDL = +LIBS.SDL = `sdl-config --libs` +CFLAGS.SDL = `sdl-config --cflags` OPTS.DOS =