From 03ff256dc44228c9465cd2040593a72b2d084d1e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 21 Jul 2018 12:30:38 +0200 Subject: Add manifest serializer module --- libbutl/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index cd2643e..1255424 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -4,5 +4,6 @@ ./: bash{$path.base($path.base(*.bash.in))} -bash{utility}: in{utility} -bash{manifest-parser}: in{manifest-parser} bash{utility} +bash{utility}: in{utility} +bash{manifest-parser}: in{manifest-parser} bash{utility} +bash{manifest-serializer}: in{manifest-serializer} bash{utility} -- cgit v1.1