Blame SOURCES/open-lldp-v1.0.1-18-enabled-test-tool-building-for-distcheck.patch

436175
From 0d2fa5cd29b8ce60c5b1dfc2a68e09794e9073c8 Mon Sep 17 00:00:00 2001
436175
From: Chris Leech <cleech@redhat.com>
436175
Date: Fri, 30 Jan 2015 08:21:41 +0000
436175
Subject: [PATCH] enabled test tool building for distcheck
436175
436175
set the --enable-debug flag when running distcheck, to test build the
436175
debug tools as well
436175
436175
Signed-off-by: Chris Leech <cleech@redhat.com>
436175
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
436175
---
436175
 Makefile.am | 1 +
436175
 1 file changed, 1 insertion(+)
436175
436175
diff --git a/Makefile.am b/Makefile.am
436175
index 69deda2..b1c381b 100644
436175
--- a/Makefile.am
436175
+++ b/Makefile.am
436175
@@ -139,3 +139,4 @@ dist_systemdsystemunit_DATA = lldpad.service lldpad.socket
436175
 bashcompletiondir = $(sysconfdir)/bash_completion.d
436175
 dist_bashcompletion_DATA = contrib/bash_completion/lldpad contrib/bash_completion/lldptool
436175
 
436175
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug
436175
-- 
436175
2.1.0
436175