about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-05 18:49:59 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-05 18:49:59 +0200
commit4935902378d321c465f5f8ec18619b22da75527b (patch)
tree9dbd7f981691cfd57c8c58d19ae9030304995bd8 /config.mk
parentImproved screenshot script (diff)
downloaddmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.gz
dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.bz2
dmenu-4935902378d321c465f5f8ec18619b22da75527b.zip
Added fuzzymatch sorting
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 260eeae..74396bc 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@ FREETYPEINC = /usr/include/freetype2
 
 # includes and libs
 INCS = -I$(X11INC) -I$(FREETYPEINC)
-LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lXrender
+LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lXrender -lm
 
 # flags
 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)