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
This commit is contained in:
stephena 2002-01-08 19:17:58 +00:00
parent 9b1481a34d
commit 0a10a2d475
1 changed files with 3 additions and 3 deletions

View File

@ -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 =