Imported Upstream version 2.4.3
[platform/upstream/audit.git] / audisp / Makefile.am
1 # Makefile.am-- 
2 # Copyright 2007,2011,2015 Red Hat Inc., Durham, North Carolina.
3 # All Rights Reserved.
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 #
19 # Authors:
20 #   Steve Grubb <sgrubb@redhat.com>
21 #
22
23 SUBDIRS = plugins 
24 CONFIG_CLEAN_FILES = *.rej *.orig
25 AUTOMAKE_OPTIONS = no-dependencies
26 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/lib
27 sbin_PROGRAMS = audispd
28 noinst_HEADERS = audispd-config.h audispd-pconfig.h audispd-llist.h \
29         queue.h audispd-builtins.h
30 LIBS = -L${top_builddir}/src/mt -lauditmt 
31 LDADD = -lpthread
32 AM_CFLAGS = -D_REENTRANT 
33
34 audispd_SOURCES = audispd.c audispd-config.c audispd-pconfig.c \
35         audispd-llist.c queue.c audispd-builtins.c
36 audispd_CFLAGS = -fPIE -DPIE -g -D_GNU_SOURCE
37 audispd_LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now
38
39 install-exec-hook:
40         chmod 0750 $(DESTDIR)$(sbindir)/audispd