From eaf85fb61c88145b68558adea5cc321adcd8e248 Mon Sep 17 00:00:00 2001 From: JoseAaronLopezGarcia Date: Fri, 5 Sep 2025 16:03:53 +0200 Subject: [PATCH] fix config --- configure.ac | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a8750667..9b94b3a6 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,7 @@ AC_CONFIG_FILES([Makefile src/gu/Makefile src/gum/Makefile src/hprm/Makefile + src/kermit/Makefile src/kernel/Makefile src/libcglue/Makefile src/libpthreadglue/Makefile diff --git a/src/Makefile.am b/src/Makefile.am index e04c8429..cd176b49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,7 @@ SUBDIRS = \ gu \ gum \ hprm \ + kermit \ kernel \ libcglue \ libpthreadglue \ @@ -37,5 +38,4 @@ SUBDIRS = \ video \ vsh \ wlan \ - kermit \ samples