aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile
index 7e65b6c..d4f3289 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -6,7 +6,7 @@ lib{butl}: \
{hxx cxx}{ base64 } \
{hxx cxx}{ char-scanner } \
{hxx }{ export } \
-{hxx cxx}{ fdstream } \
+{hxx ixx cxx}{ fdstream } \
{hxx ixx cxx}{ filesystem } \
{hxx }{ multi-index } \
{hxx }{ optional } \
@@ -30,6 +30,11 @@ lib{butl}: \
#
lib{butl}: file{sha256c.c}
+# These ones are included into timestamp.cxx so treat them as files to exclude
+# from the compilation.
+#
+lib{butl}: file{strptime.c timelocal.h timelocal.c}
+
cxx.poptions =+ -I$src_root
lib{butl}: cxx.export.poptions = -I$src_root