summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2017-07-10 13:16:16 +0200
committerGitHub <noreply@github.com>2017-07-10 13:16:16 +0200
commit3009ab422d136b8aefda080f585e51cd8d93b7fd (patch)
tree4e4c2f31d401ba4788d7b6bcef1f9abbc29f29f1
parent8e6e47fe0ad80b32fbf81cb69774191adb69e862 (diff)
parent2d7f846c3c963d1cf655f98453f3ec03b00f0d9a (diff)
Merge pull request #136 from kaashif/openbsd-no-pam
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