diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2017-02-23 18:26:54 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2017-02-23 18:26:54 -0800 |
commit | 527658ad8964b1c9d9e1332b3253a9066f3eb189 (patch) | |
tree | cffdd7610229dda3b6acb068d44999d7348d16e5 | |
parent | c7ce9f0c80f3d561078a78205a14c5ba7663cfdd (diff) | |
download | kmod-527658ad8964b1c9d9e1332b3253a9066f3eb189.tar.gz kmod-527658ad8964b1c9d9e1332b3253a9066f3eb189.tar.bz2 kmod-527658ad8964b1c9d9e1332b3253a9066f3eb189.zip |
build: add missing header
Fix failing distcheck
-rw-r--r-- | Makefile.am | 1 |
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 \ |