diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-13 00:19:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-13 00:19:58 (GMT) |
commit | 733d0cdb8677fe09310125bcaeb058a1a9c56b4d (patch) | |
tree | 17b8d9a151068dac695d25e39e875933ff9aaa40 /plugins/pychrysalide/glibext/Makefile.am | |
parent | 8287d20061887e9fd33e038e8f9bf86cf13f2780 (diff) |
Rebuild a generic storage for GObjects using a ZIP format.
Diffstat (limited to 'plugins/pychrysalide/glibext/Makefile.am')
-rw-r--r-- | plugins/pychrysalide/glibext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/glibext/Makefile.am b/plugins/pychrysalide/glibext/Makefile.am index af1d9f2..3a5fab2 100644 --- a/plugins/pychrysalide/glibext/Makefile.am +++ b/plugins/pychrysalide/glibext/Makefile.am @@ -27,7 +27,9 @@ libpychrysaglibext_la_SOURCES = \ objhole.h objhole.c \ portion.h portion.c \ secstorage.h secstorage.c \ + serialize.h serialize.c \ singleton.h singleton.c \ + storage.h storage.c \ strbuilder.h strbuilder.c \ work.h work.c \ workqueue.h workqueue.c |