aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-20 18:57:36 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-20 18:57:36 +0100
commitb340587b0970b7557c2eccde0d4741b144ca30c2 (patch)
tree9a6c163bf5cd10515a604e270367de9b79deef62
parentm (diff)
downloadlibpassphrase-b340587b0970b7557c2eccde0d4741b144ca30c2.tar.gz
libpassphrase-b340587b0970b7557c2eccde0d4741b144ca30c2.tar.bz2
libpassphrase-b340587b0970b7557c2eccde0d4741b144ca30c2.tar.xz
link libpam
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8fd9c7..185cc4c 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ INT_CPPFLAGS = $(foreach D, $(INT_DEFS), -D'$(D)=$($(D))')
OPTIMISE = -Os
CPPFLAGS = $(EXTRA_CPP_FLAGS) $(STR_CPPFLAGS) $(INT_CPPFLAGS)
-LDFLAGS =
+LDFLAGS = -lpam
CFLAGS = -std=gnu99 -Wall -Wextra
CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE)