[Accel-config] [PATCH] accel-config: Remove non-interface headers from packaging

ramesh.thomas at intel.com
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
From: Ramesh Thomas <ramesh.thomas(a)intel.com>

Non interface files were getting included into interface files causing
compilation errors. Other non-interface files were getting included into
packaging.

Signed-off-by: Ramesh Thomas <ramesh.thomas(a)intel.com>
Reported-by: Ziye Yang <ziye.yang(a)intel.com>
---
 accfg/lib/Makefile.am   | 2 +-
 accfg/libaccel_config.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/accfg/lib/Makefile.am b/accfg/lib/Makefile.am
index 2560314..64610e1 100644
--- a/accfg/lib/Makefile.am
+++ b/accfg/lib/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.am.in
 %.pc: %.pc.in Makefile
 	$(SED_PROCESS)
 
-pkginclude_HEADERS = ../libaccel_config.h ../accfg.h
+pkginclude_HEADERS = ../libaccel_config.h
 lib_LTLIBRARIES = libaccel-config.la
 
 DISTCLEANFILES = config.h
diff --git a/accfg/libaccel_config.h b/accfg/libaccel_config.h
index b7b64c4..94aef80 100644
--- a/accfg/libaccel_config.h
+++ b/accfg/libaccel_config.h
@@ -11,7 +11,6 @@
 #include <errno.h>
 #include <limits.h>
 #include <uuid/uuid.h>
-#include <util/filter.h>
 
 #ifdef __cplusplus
 extern "C" {
-- 
2.26.2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.