summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Make_global.am b/Make_global.am
index 667436c..24a1a34 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -80,9 +80,3 @@ AM_CFLAGS += -g -g3 -ggdb -gdwarf-2 -DIPSET_DEBUG -Wall -Werror
else
AM_CFLAGS += -O2 -DNDEBUG
endif
-
-if ! ENABLE_VERBOSE
-AM_LIBTOOL_SILENT = --silent
-AM_VERBOSE_CC = @echo " CC " $@;
-AM_VERBOSE_CCLD = @echo " CCLD " $@;
-endif