You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/skystreets/files/skystreets-0.2.4-as-needed....

12 lines
437 B

--- Makefile.in.old 2009-02-02 18:04:04.000000000 +0100
+++ Makefile.in 2009-02-02 18:04:37.000000000 +0100
@@ -78,7 +78,7 @@
EXTRA_DIST = *.h CODE BUGS
INCLUDES = `sdl-config --cflags` -Wall -O2 -DDATAPATH=\"$(pkgdatadir)\"
#LDFLAGS = -lSDL_image -lm
-LDFLAGS = -lSDL_image -lGL -lGLU -lm
+LDADD = -lSDL_image -lGL -lGLU -lm
# LDFLAGS = `sdl-config --libs` -lSDL_image -lm
SUBDIRS = audio gfx levels
AUTOMAKE_OPTIONS = dist-bzip2