Merge pull request #136 from kaashif/openbsd-no-pam

Only use -lpam when not on OpenBSD
pull/137/merge
Ingo Bürk 2017-07-10 13:16:16 +02:00 committed by GitHub
commit 3009ab422d
1 changed files with 0 additions and 1 deletions

View File

@ -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