]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/makefile
explicitly start sdl_helper with /bin/sh
[micropolis] / src / sim / makefile
index 85c2286d0748339178e7d8bdcaa547b614647708..7e4dd05c1c7a5c30124d5b10f52a98f8d06570d0 100644 (file)
@@ -5,11 +5,8 @@ TCLXHOME = ../tclx
 TCLLIBRARY = /usr/local/lib/tcl
 TKLIBRARY = /usr/local/lib/tk
 
-SDLINCLUDE =
-SDLLIBS = -lSDL -lSDL_mixer
-#SDLINCLUDE += $$(pkg-config --cflags sdl)
-#SDLLIBS += $$(pkg-config --libs sdl)
+SDLINCLUDE = $$(/bin/sh ./sdl_helper cflags)
+SDLLIBS = $$(/bin/sh ./sdl_helper libs)
 
 CC = gcc
 
Impressum, Datenschutz