Skip to content

Commit

Permalink
accel-config: Remove non-interface headers from packaging
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: Ziye Yang <[email protected]>
Reviewed-by: Dave Jiang <[email protected]>
  • Loading branch information
ramesh-thomas committed Mar 26, 2021
1 parent a588076 commit 6bb3d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion accfg/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion accfg/libaccel_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <errno.h>
#include <limits.h>
#include <uuid/uuid.h>
#include <util/filter.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 6bb3d0b

Please sign in to comment.