summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2017-04-15 09:45:51 +0200
committerJasper Lievisse Adriaanse <jasper@humppa.nl>2017-04-15 09:49:41 +0200
commit15973d1f5225ee4fc0114d70a24a695486f482d4 (patch)
treef89c8baf790d1b0c05d502b148145425167da437 /Makefile
parentc1de1178254c786d9cd4fe2b36f72e6e26778f57 (diff)
Move all PAM code behind UES_PAM and enable that by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b3d4dc2..b7eae33 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ CFLAGS += -std=c99
CFLAGS += -pipe
CFLAGS += -Wall
CPPFLAGS += -D_GNU_SOURCE
+CPPFLAGS += -DUSE_PAM
CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-composite xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-composite xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
LIBS += -lpam