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:
cf2c8b3
)
Remove pointless link to dl library.
author
David Griffith
<dave@661.org>
Tue, 23 Jul 2019 07:54:47 +0000
(
00:54
-0700)
committer
David Griffith
<dave@661.org>
Tue, 23 Jul 2019 07:54:47 +0000
(
00:54
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1e54f112e9306b7c0407b80935903f02e84dcd9f..01766dc0627956d5e466fc7e6b40cafe6e284f16 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-185,7
+185,7
@@
ifeq ($(CURSES), ncursesw)
endif
ifeq ($(SOUND), ao)
- CURSES_SOUND_LDFLAGS += -lao -l
dl -l
pthread -lm \
+ CURSES_SOUND_LDFLAGS += -lao -lpthread -lm \
-lsndfile -lvorbisfile -lmodplug -lsamplerate
CURSES_SOUND = enabled
else