From b4d1f44af16809e70ac5800c7539875832757679 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 11 Oct 2014 13:03:21 -0300 Subject: 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3