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

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