Date:2011-04-13 03:36:47 (12 years 11 months ago)
Author:Maarten ter Huurne
Commit:23042f3122f102e9d75ee7e829b5bd3d2fb7724a
Message:Cleaned up link flags.

Use the flags found by "configure" and nothing more.
The hardcoded "-lpng12" broke linking with libpng 1.4.
Files: src/Makefile.am (1 diff)

Change Details

src/Makefile.am
3131    -fno-exceptions \
3232    -Wall -Wextra -Wundef -Wunused-macros
3333
34gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
35
36gmenu2x_LDFLAGS = -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
37
38gmenu2x_LIBS = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
34gmenu2x_LDADD = @LIBS@ @SDL_LIBS@

Archive Download the corresponding diff file



interactive