aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-10-11 13:03:21 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-10-11 13:09:42 -0300
commitb4d1f44af16809e70ac5800c7539875832757679 (patch)
tree05536e81db5f080032aa20d42c431734964e151d /Makefile.am
parent4328982058bd6840518ff552a0405bf8f9d73909 (diff)
downloadkmod-b4d1f44af16809e70ac5800c7539875832757679.tar.gz
Move strbuf implementation to shared/
Just move the strbuf-like implementation to shared/. No renames were made yet to avoid cluttering the diff. It will come in a separate patch.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 39b8e2e..e2c5301 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,8 @@ shared_libshared_la_SOURCES = \
shared/array.h \
shared/hash.c \
shared/hash.h \
+ shared/strbuf.c \
+ shared/strbuf.h \
shared/util.c \
shared/util.h