diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-08-24 22:30:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-08-24 22:30:08 (GMT) |
commit | f505830e800e4061d6e57c2b0769f956e70a2d84 (patch) | |
tree | 4c41123d39586122b732defe0faad1d4158ec5a7 /src/core/Makefile.am | |
parent | 70f5f1c083158ea01513bc07955d62b3b3f43795 (diff) |
Load (some) core components again.
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 88d2892..de34d03 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -4,9 +4,7 @@ noinst_LTLIBRARIES = libcore4.la # libcore.la libcore_la_SOURCES = \ collections.h collections.c \ columns.h \ - core.h core.c \ demanglers.h demanglers.c \ - global.h global.c \ logs.h logs.c \ params.h params.c \ paths.h paths.c \ @@ -17,6 +15,8 @@ libcore_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) libcore4_la_SOURCES = \ + core.h core.c \ + global.h global.c \ logs.h logs.c \ nproc.h nproc.c \ paths.h paths.c |