aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-30 13:31:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-09-30 13:31:25 +0200
commitd9dd84487bda8303590d5b30987f1d76b93867ba (patch)
tree7fd0a926dea644a2ddb70c863574af386b9d7f79 /libbutl/buildfile
parente53da6ae4665ce49dddcc9aaa97a4e87bb94f48d (diff)
Add JSON parser (copy of libstud-json)
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index 6c490af..ba4ad96 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -29,9 +29,9 @@ lib{butl}: {hxx ixx cxx}{win32-utility}: include = $windows
lib{butl}: hxx{mingw-*}: include = $mingw_stdthread
# Our C-files are always included into C++-files that wrap the corresponding
-# API so treat them as files exclude from the compilation.
+# API so treat them as files to exclude from the compilation.
#
-lib{butl}: file{*.c *.h}
+lib{butl}: file{**.c **.h}
# Platform-specific UUID implementations.
#