diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-17 22:28:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-17 22:28:05 +0300 |
commit | 41da9fabee47c81c1c8f59fe6616f24fc1b21294 (patch) | |
tree | ab9043ec6c67ed54de2c547f21c8e6acb75c5909 | |
parent | 64dd39fb19123d22399cb828940f46b05ebdb8f8 (diff) |
Adapt buildfile to pattern group semantics change
-rw-r--r-- | libbutl/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |