Browse Source

Only use -lpam when not on OpenBSD

master
Kaashif Hymabaccus 7 years ago
parent
commit
2d7f846c3c
No known key found for this signature in database GPG Key ID: 5AD1D8733E810B04
  1. 1
      Makefile

1
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

Loading…
Cancel
Save