Skip to content
Snippets Groups Projects
Commit 8b999887 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

config.mk: Cleanup LDFLAGS (-lm -ldl -lz are apparently not required)

parent 8290c007
No related branches found
No related tags found
No related merge requests found
...@@ -41,5 +41,5 @@ dmalloc = -DWITH_DMALLOC ...@@ -41,5 +41,5 @@ dmalloc = -DWITH_DMALLOC
CFLAGS += $(extra_headers) $(xinerama) -DPREFIX=\"$(prefix)\" \ CFLAGS += $(extra_headers) $(xinerama) -DPREFIX=\"$(prefix)\" \
-DPACKAGE=\"$(package)\" -DVERSION=\"$(version)\" -DPACKAGE=\"$(package)\" -DVERSION=\"$(version)\"
LDFLAGS = -lz -lpng -lX11 -lImlib2 -lfreetype -lXext -ldl -lm -lgiblib \ LDFLAGS = -lpng -lX11 -lImlib2 -lfreetype -lXext -lgiblib \
$(xinerama_ld) $(extra_includes) $(xinerama_ld) $(extra_includes)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment