Update Makefile

This commit is contained in:
sparklewind 2012-12-22 17:23:02 +01:00
parent d032764e6b
commit 5deb37f60a

View File

@ -36,8 +36,9 @@ JOYCONFIG_OBJ = tools/retroarch-joyconfig.o \
input/input_common.o
HEADERS = $(wildcard */*.h) $(wildcard *.h)
LIBS =
ifneq ($(findstring HAIKU,$(OS)),)
LIBS = -lm
endif
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS
ifeq ($(REENTRANT_TEST), 1)