Skip to content

Commit

Permalink
Merge pull request #11 from privacyidea/plettich-patch-1
Browse files Browse the repository at this point in the history
Update Makefile to include libpam
  • Loading branch information
nilsbehlen authored Dec 1, 2023
2 parents d6fd4aa + 39ce50b commit 31d51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC = g++
CFLAGS = -g -Wall -fPIC -Iinclude
LDFLAGS = -Wno-undef -lcurl -lcrypto -lssl --shared
LDFLAGS = -Wno-undef -lcurl -lcrypto -lssl -lpam --shared

# Determine which folder to use
libdir.x86_64 = /lib64/security
Expand Down

0 comments on commit 31d51bb

Please sign in to comment.