From b622c9f7c3308b813c0617c84b1750202a6832d4 Mon Sep 17 00:00:00 2001 From: Deanna Phillips Date: Mon, 11 Feb 2008 08:07:40 -0500 Subject: [PATCH] Linux pkg-config needs double dashes. --- src/sim/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sim/makefile b/src/sim/makefile index 9705d6e..8f4ad9b 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -8,8 +8,8 @@ TKLIBRARY = /usr/local/lib/tk SDLINCLUDE = SDLLIBS = -lSDL -lSDL_mixer -#SDLINCLUDE += $$(pkg-config -cflags sdl) -#SDLLIBS += $$(pkg-config -libs sdl) +#SDLINCLUDE += $$(pkg-config --cflags sdl) +#SDLLIBS += $$(pkg-config --libs sdl) CC = gcc -- 2.39.2