diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:26:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:26:41 (GMT) |
commit | f0e32b052f0ea1d9cdc7074b933a5ddcd85ef721 (patch) | |
tree | 90e85b977ab915f50852770c9197914cdadbcfe6 /src/glibext/Makefile.am | |
parent | fc5e23a8d2fe7457c14ac5e5ceeff2e8d40d7f3a (diff) |
Restore the glue allowing to redirect signals to the main thread.
Diffstat (limited to 'src/glibext/Makefile.am')
-rw-r--r-- | src/glibext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index 4cf14ef..6556961 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -14,7 +14,6 @@ noinst_LTLIBRARIES = libglibext.la libglibextui.la # \ # proto.h \ # seq.h seq.c \ -# _signal.h signal.c \ # singleton.h singleton.c \ # linetoken.h linetoken.c \ # umemslice-int.h \ @@ -53,6 +52,7 @@ libglibext_la_SOURCES = \ secstorage.h secstorage.c \ serialize-int.h \ serialize.h serialize.c \ + signal.h signal.c \ singleton-int.h \ singleton.h singleton.c \ storage-int.h \ |