-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
35 lines (27 loc) · 1.15 KB
/
Makefile.am
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
28
29
30
31
32
33
34
35
###########################################################################
##
## Copyright 2014, 2015, 2016 Cumulus Networks, Inc. All rights reserved.
## Author: Dave Olson <[email protected]>
##
###########################################################################
ACLOCAL_AMFLAGS = -I config
AUTOMAKE_OPTIONS = subdir-objects
lib_LTLIBRARIES = libtacplus_map.la
libtacplus_map_la_SOURCES = map_tacplus_user.h \
map_tacplus_user.c
libtacplus_map_la_CFLAGS = $(AM_CFLAGS) -Ilibtac/include
libtacplus_map_la_LDFLAGS = -version-info 1:0:0 -shared -Wl,--no-undefined
libtacplus_map_la_LIBADD = -L.libs -laudit
libtacplus_map_includedir = $(oldincludedir)/tacplus
libtacplus_map_include_HEADERS = \
map_tacplus_user.h
MAINTAINERCLEANFILES = Makefile.in config.h.in configure aclocal.m4 \
config/config.guess config/config.sub config/depcomp \
config/install-sh config/ltmain.sh config/missing
clean-generic:
rm -rf autom4te*.cache
rm -f *.rej *.orig *.lang
sudoersd = $(DESTDIR)$(sysconfdir)/sudoers.d
install-data-hook:
$(mkinstalldirs) $(sudoersd)
${INSTALL} -m 644 tacplus.sudo $(sudoersd)/tacplus