diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-12-10 12:27:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-12-10 12:27:25 (GMT) |
commit | 01c72e2f339f9cda8a8f08748ed591276a7aaa99 (patch) | |
tree | cd5e12b3d0deb7f5fd4f27ebf4d2de4b9a1a25c6 /src/glibext/Makefile.am | |
parent | a07282d2f96ad99c9e280f139a63757b34a23695 (diff) |
Implement a toString()-like interface.
Diffstat (limited to 'src/glibext/Makefile.am')
-rw-r--r-- | src/glibext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index c6fbf2a..816f033 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -45,6 +45,8 @@ libglibext_la_SOURCES = \ portion.h portion.c \ singleton-int.h \ singleton.h singleton.c \ + strbuilder-int.h \ + strbuilder.h strbuilder.c \ work-int.h \ work.h work.c \ workgroup-int.h \ |