16 lines
527 B
Diff
16 lines
527 B
Diff
|
---
|
||
|
Makefile.am | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: schismtracker/Makefile.am
|
||
|
===================================================================
|
||
|
--- schismtracker.orig/Makefile.am
|
||
|
+++ schismtracker/Makefile.am
|
||
|
@@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa)
|
||
|
AM_OBJCFLAGS = $(AM_CFLAGS)
|
||
|
|
||
|
schismtracker_DEPENDENCIES = $(files_windres)
|
||
|
-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
|
||
|
+schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl
|
||
|
|