diff options
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 |