aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-20 01:02:35 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-20 01:02:35 +0100
commita255387998be1c1ea4f2bc702c4b750ffa8b0279 (patch)
tree42a86655fa8b2da445f8458bce4a366b61647d02 /Makefile
parentm (diff)
downloadlibpassphrase-a255387998be1c1ea4f2bc702c4b750ffa8b0279.tar.gz
libpassphrase-a255387998be1c1ea4f2bc702c4b750ffa8b0279.tar.bz2
libpassphrase-a255387998be1c1ea4f2bc702c4b750ffa8b0279.tar.xz
beginning of pam use
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e73c52..fa598e7 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ CFLAGS = -std=gnu99 -Wall -Wextra
CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE)
LD_FLAGS = $(LDFLAGS) $(CFLAGS) $(OPTIMISE)
-SRC = cerberus passphrase quit security login
+SRC = cerberus passphrase quit security login pam
OBJ = $(foreach S, $(SRC), obj/$(S).o)