summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2017-02-23 18:26:54 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2017-02-23 18:26:54 -0800
commit527658ad8964b1c9d9e1332b3253a9066f3eb189 (patch)
treecffdd7610229dda3b6acb068d44999d7348d16e5
parentc7ce9f0c80f3d561078a78205a14c5ba7663cfdd (diff)
downloadkmod-527658ad8964b1c9d9e1332b3253a9066f3eb189.tar.gz
kmod-527658ad8964b1c9d9e1332b3253a9066f3eb189.zip
build: add missing header
Fix failing distcheck
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 76262bb..545e90d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ shared_libshared_la_SOURCES = \
shared/hash.c \
shared/hash.h \
shared/scratchbuf.c \
+ shared/scratchbuf.h \
shared/strbuf.c \
shared/strbuf.h \
shared/util.c \