Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf70f4
)
sfrotz requires -lm.
author
Timo Korvola
<tkorvola@iki.fi>
Tue, 27 Mar 2018 20:05:34 +0000
(23:05 +0300)
committer
Timo Korvola
<tkorvola@iki.fi>
Tue, 27 Mar 2018 20:05:34 +0000
(23:05 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index fa69d14f8eba068095b4ae3926b158f16e3aee28..0c330d00d3eae9f12a7ef3689e0ffa1080920580 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-134,7
+134,7
@@
BLORB_LIB = $(BLORB_DIR)/blorblib.a
SDL_DIR = $(SRCDIR)/sdl
SDL_LIB = $(SDL_DIR)/frotz_sdl.a
export SDL_PKGS = libpng libjpeg sdl SDL_mixer freetype2 zlib
-SDL_LDFLAGS = `pkg-config $(SDL_PKGS) --libs`
+SDL_LDFLAGS = `pkg-config $(SDL_PKGS) --libs`
-lm
SUBDIRS = $(COMMON_DIR) $(CURSES_DIR) $(SDL_DIR) $(DUMB_DIR) $(BLORB_DIR)