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 /plugins/pychrysalide/glibext/Makefile.am | |
parent | a07282d2f96ad99c9e280f139a63757b34a23695 (diff) |
Implement a toString()-like interface.
Diffstat (limited to 'plugins/pychrysalide/glibext/Makefile.am')
-rw-r--r-- | plugins/pychrysalide/glibext/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/pychrysalide/glibext/Makefile.am b/plugins/pychrysalide/glibext/Makefile.am index 69d272a..e9f7c4c 100644 --- a/plugins/pychrysalide/glibext/Makefile.am +++ b/plugins/pychrysalide/glibext/Makefile.am @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libpychrysaglibext.la # configuration.h configuration.c \ # linecursor.h linecursor.c \ # linegen.h linegen.c \ -# module.h module.c \ +# module.h module.c # if BUILD_GTK_SUPPORT @@ -25,6 +25,7 @@ libpychrysaglibext_la_SOURCES = \ module.h module.c \ portion.h portion.c \ singleton.h singleton.c \ + strbuilder.h strbuilder.c \ work.h work.c \ workqueue.h workqueue.c |