]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/setup/Makefile.am
Merge remote-tracking branch 'ummeegge/OpenVPN_validating_N2N' into next
[people/pmueller/ipfire-2.x.git] / src / setup / Makefile.am
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
8 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9 AM_MAKEFLAGS = --no-print-directory
10 AUTOMAKE_OPTIONS = color-tests parallel-tests
11
12 SUBDIRS = . po
13
14 # remove targets if the command fails
15 .DELETE_ON_ERROR:
16
17 # keep intermediate files
18 .SECONDARY:
19
20 AM_CPPFLAGS = \
21 -include $(top_builddir)/config.h \
22 $(OUR_CPPFLAGS)
23
24 AM_CFLAGS = $(OUR_CFLAGS)
25 AM_CXXFLAGS = $(OUR_CXXFLAGS)
26 AM_LDFLAGS = $(OUR_LDFLAGS)
27
28 bin_SCRIPTS =
29 sbin_PROGRAMS =
30
31 #- setup -----------------------------------------------------------------------
32
33 sbin_PROGRAMS += \
34 setup
35
36 setup_SOURCES = \
37 dhcp.c \
38 domainname.c \
39 hostname.c \
40 keymap.c \
41 main.c \
42 misc.c \
43 netstuff.c \
44 networking.c \
45 passwords.c \
46 setup.h \
47 timezone.c
48
49 setup_CFLAGS = \
50 $(AM_CFLAGS) \
51 $(LIBSMOOTH_CFLAGS)
52
53 setup_LDADD = \
54 $(LIBSMOOTH_LIBS) \
55 $(NEWT_LIBS)
56
57 bin_SCRIPTS += \
58 probenic.sh