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 /src/glibext/Makefile.am | |
parent | 29a47836eb9dd9c21c81da904b7ad5372a538144 (diff) |
Restore a reviewed singleton interface.
Diffstat (limited to 'src/glibext/Makefile.am')
-rw-r--r-- | src/glibext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index adbec4c..c6fbf2a 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -43,6 +43,8 @@ libglibext_la_SOURCES = \ helpers.h \ portion-int.h \ portion.h portion.c \ + singleton-int.h \ + singleton.h singleton.c \ work-int.h \ work.h work.c \ workgroup-int.h \ |