From e24ade4c3c940fd22d82ae70d7c780f93f166f9a Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Wed, 7 Oct 2009 12:47:57 +0000 Subject: [PATCH] rules.makefile --- Rules.make.standalone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.make.standalone b/Rules.make.standalone index 2b2c298..f80a615 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -16,8 +16,8 @@ LUA_LFLAGS=$(shell pkg-config --libs lua5.1) # for arch linux, fedora (may be others) use this # -LUA_CFLAGS=$(shell pkg-config --cflags lua) -LUA_LFLAGS=$(shell pkg-config --libs lua) +# LUA_CFLAGS=$(shell pkg-config --cflags lua) +# LUA_LFLAGS=$(shell pkg-config --libs lua) # SDL_CFLAGS=$(shell sdl-config --cflags)