diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 12:37:20 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 15:42:37 +0200 |
commit | 7c2275ac86a2f1d147dc6203f83c0e17da9c8bca (patch) | |
tree | 16ab36d4a8de5f6479d30ad3a7860898841ff0e4 /Makefile.am | |
parent | build: run autoupdate (diff) | |
download | frr-7c2275ac86a2f1d147dc6203f83c0e17da9c8bca.tar.xz frr-7c2275ac86a2f1d147dc6203f83c0e17da9c8bca.zip |
build: turn on automake warnings (& symlinks)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f6b1dcf32..e4149b62e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = subdir-objects 1.12 -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -Wall,no-override AM_CFLAGS = \ $(AC_CFLAGS) \ |