Only use -lpam when not on OpenBSD

pull/136/head
Kaashif Hymabaccus 2017-07-09 17:52:32 +01:00
parent 8e6e47fe0a
commit 2d7f846c3c
No known key found for this signature in database
GPG Key ID: 5AD1D8733E810B04
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