summaryrefslogtreecommitdiff
path: root/helper/Makefile.am
blob: 7a0ab0a25bcb78713827c39915d60bbef51806bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## We require new-style dependency handling.
AUTOMAKE_OPTIONS = 1.7

noinst_LIBRARIES = libhelper-proto.a

libhelper_proto_a_CFLAGS =	\
	$(PAM_HELPER_CFLAGS) \
	-I$(top_srcdir)/src

libhelper_proto_a_SOURCES =	\
	helper_proto.h			\
	helper_proto.c

pkglibexec_PROGRAMS = mate-screensaver-pam-helper

mate_screensaver_pam_helper_CFLAGS =	\
	$(PAM_HELPER_CFLAGS) \
	-I$(top_srcdir)/src

mate_screensaver_pam_helper_SOURCES =	\
	pam-helper.c

mate_screensaver_pam_helper_LDADD =	\
	libhelper-proto.a

mate_screensaver_pam_helper_LDFLAGS =	\
	$(AUTH_LIBS)