diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-06-21 22:26:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-06-21 22:26:13 (GMT) |
commit | d49b837c891e0490167b51c4a9811cb2e8276588 (patch) | |
tree | 9bc499f2d7077a0e715b88c8c71dca1691b6c1df /src/core | |
parent | fde070b3d2392333fffec6ac6eff3647dacd8b80 (diff) |
Restore and improve work queues.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 5bcb13a..88d2892 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -8,7 +8,6 @@ libcore_la_SOURCES = \ demanglers.h demanglers.c \ global.h global.c \ logs.h logs.c \ - nproc.h nproc.c \ params.h params.c \ paths.h paths.c \ processors.h processors.c \ @@ -19,6 +18,7 @@ libcore_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) libcore4_la_SOURCES = \ logs.h logs.c \ + nproc.h nproc.c \ paths.h paths.c libcore4_la_CFLAGS = $(TOOLKIT_CFLAGS) |