summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaashif Hymabaccus <kaashif@kaashif.co.uk>2017-07-09 17:52:32 +0100
committerKaashif Hymabaccus <kaashif@kaashif.co.uk>2017-07-09 17:52:32 +0100
commit2d7f846c3c963d1cf655f98453f3ec03b00f0d9a (patch)
tree4e4c2f31d401ba4788d7b6bcef1f9abbc29f29f1
parent8e6e47fe0ad80b32fbf81cb69774191adb69e862 (diff)
Only use -lpam when not on OpenBSD
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8470e09..e1b6e43 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ CFLAGS += -Wall
CPPFLAGS += -D_GNU_SOURCE
CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
-LIBS += -lpam
LIBS += -lev
LIBS += -lm