From 41da9fabee47c81c1c8f59fe6616f24fc1b21294 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 17 Jul 2017 22:28:05 +0300 Subject: Adapt buildfile to pattern group semantics change --- libbutl/buildfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index f2674ff..a540ff0 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -15,9 +15,7 @@ else # (strptime.c timelocal.h timelocal.c), so treat them as files to exclude from # the compilation. # -# @@ Change to 'file{*.c *.h}' when supported. -# -lib{butl}: file{*.c +*.h} +lib{butl}: file{*.c *.h} hxx{version}: in{version} $src_root/file{manifest} hxx{version}: dist = true -- cgit v1.1