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

config.mk: We _are_ using math.h, so linking against libm might be wise.

parent aee53588
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ dmalloc = -DWITH_DMALLOC ...@@ -32,4 +32,4 @@ dmalloc = -DWITH_DMALLOC
CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \ CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \
-DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\" -DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\"
LDFLAGS += -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld} LDFLAGS += -lm -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld}
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