diff options
-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 |