summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-12-10 12:27:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-12-10 12:27:25 (GMT)
commit01c72e2f339f9cda8a8f08748ed591276a7aaa99 (patch)
treecd5e12b3d0deb7f5fd4f27ebf4d2de4b9a1a25c6 /plugins/pychrysalide/glibext/Makefile.am
parenta07282d2f96ad99c9e280f139a63757b34a23695 (diff)
Implement a toString()-like interface.
Diffstat (limited to 'plugins/pychrysalide/glibext/Makefile.am')
-rw-r--r--plugins/pychrysalide/glibext/Makefile.am3
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