summaryrefslogtreecommitdiff
path: root/modules/pam_rootok/Makefile
blob: 0c868c918facdaf0d7c92808ac7dd1c4c5a4c3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $Id$
#
# This Makefile controls a build process of $(TITLE) module for
# Linux-PAM. You should not modify this Makefile (unless you know
# what you are doing!).
#
# Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
#

include ../../Make.Rules

TITLE=pam_rootok

include ../Simple.Rules

ifeq ($(HAVE_LIBSELINUX),yes)
CFLAGS += -DWITH_SELINUX
LINK_PAMMODUTILS += -lselinux
endif