]> git.ipfire.org Git - ipfire-2.x.git/blame - src/setup/Makefile.am
IDS: Rename sourcefire VRT rulesets to Talos VRT rulesets
[ipfire-2.x.git] / src / setup / Makefile.am
CommitLineData
e1457ba0
MT
1# This file is part of the setup tool.
2#
3# setup is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9AM_MAKEFLAGS = --no-print-directory
10AUTOMAKE_OPTIONS = color-tests parallel-tests
11
12SUBDIRS = . po
13
14# remove targets if the command fails
15.DELETE_ON_ERROR:
16
17# keep intermediate files
18.SECONDARY:
19
20AM_CPPFLAGS = \
21 -include $(top_builddir)/config.h \
22 $(OUR_CPPFLAGS)
23
24AM_CFLAGS = $(OUR_CFLAGS)
25AM_CXXFLAGS = $(OUR_CXXFLAGS)
26AM_LDFLAGS = $(OUR_LDFLAGS)
27
1413006b
MT
28sudodir = /etc/sudoers.d
29
e1457ba0
MT
30bin_SCRIPTS =
31sbin_PROGRAMS =
32
33#- setup -----------------------------------------------------------------------
34
1413006b
MT
35bin_SCRIPTS += \
36 run-setup
37
e1457ba0
MT
38sbin_PROGRAMS += \
39 setup
40
41setup_SOURCES = \
42 dhcp.c \
43 domainname.c \
44 hostname.c \
45 keymap.c \
46 main.c \
47 misc.c \
48 netstuff.c \
49 networking.c \
50 passwords.c \
51 setup.h \
52 timezone.c
53
54setup_CFLAGS = \
55 $(AM_CFLAGS) \
56 $(LIBSMOOTH_CFLAGS)
57
58setup_LDADD = \
59 $(LIBSMOOTH_LIBS) \
60 $(NEWT_LIBS)
61
62bin_SCRIPTS += \
63 probenic.sh
1413006b
MT
64
65sudo_DATA = \
66 sudo/setup