diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-12-08 18:33:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-12-08 18:33:48 (GMT) |
commit | 2c33301f914d19516f8a107033a5dd7a97d70d07 (patch) | |
tree | b96cce5b44c867e3fce6583d16aafdd93268db12 /plugins/pychrysalide/glibext/Makefile.am | |
parent | 29a47836eb9dd9c21c81da904b7ad5372a538144 (diff) |
Restore a reviewed singleton interface.
Diffstat (limited to 'plugins/pychrysalide/glibext/Makefile.am')
-rw-r--r-- | plugins/pychrysalide/glibext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/glibext/Makefile.am b/plugins/pychrysalide/glibext/Makefile.am index 8b021bb..69d272a 100644 --- a/plugins/pychrysalide/glibext/Makefile.am +++ b/plugins/pychrysalide/glibext/Makefile.am @@ -10,7 +10,6 @@ noinst_LTLIBRARIES = libpychrysaglibext.la # linecursor.h linecursor.c \ # linegen.h linegen.c \ # module.h module.c \ -# singleton.h singleton.c # if BUILD_GTK_SUPPORT @@ -25,6 +24,7 @@ libpychrysaglibext_la_SOURCES = \ constants.h constants.c \ module.h module.c \ portion.h portion.c \ + singleton.h singleton.c \ work.h work.c \ workqueue.h workqueue.c |