diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-04 00:15:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-04 00:15:33 +0200 |
commit | 0fbb7e793ec3564250914b77888df26b09a260af (patch) | |
tree | 83fbac4f6ed592ef692ed0c9885b276faf42c0a2 | |
parent | aee53588756f095ac970905ac434a90fcc7b9a9a (diff) |
config.mk: We _are_ using math.h, so linking against libm might be wise.
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,4 +32,4 @@ dmalloc = -DWITH_DMALLOC CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \ -DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\" -LDFLAGS += -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld} +LDFLAGS += -lm -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld} |