diff options
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) |