summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-06-21 22:26:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-06-21 22:26:13 (GMT)
commitd49b837c891e0490167b51c4a9811cb2e8276588 (patch)
tree9bc499f2d7077a0e715b88c8c71dca1691b6c1df /src/core/Makefile.am
parentfde070b3d2392333fffec6ac6eff3647dacd8b80 (diff)
Restore and improve work queues.gtk4
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
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)