diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:47:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:47:07 (GMT) |
commit | 21760f7f0c1aed518f95b095a304e808e18a0f8c (patch) | |
tree | 1fb3f8ae99f6be5a50ab1dd7f8271d27ff75cea9 /src/glibext/Makefile.am | |
parent | f0e32b052f0ea1d9cdc7074b933a5ddcd85ef721 (diff) |
Rename files in order to avoid conflicts with system headers.
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 6556961..b0a7c31 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -52,7 +52,7 @@ libglibext_la_SOURCES = \ secstorage.h secstorage.c \ serialize-int.h \ serialize.h serialize.c \ - signal.h signal.c \ + sigredir.h sigredir.c \ singleton-int.h \ singleton.h singleton.c \ storage-int.h \ |