diff options
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r-- | libbutl/buildfile | 5 |
1 files changed, 3 insertions, 2 deletions
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} |