From 797760b503ccdea652dabc51355313934050b41a Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 20 Dec 2024 12:30:41 +0100 Subject: [PATCH] src/Makefile.am: changed the order of subdirs --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index ad80ce4c..18d79d1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,13 +2,13 @@ examples_DIR = examples2 -SUBDIRS = . incl_priv include mhd2 +SUBDIRS = incl_priv include mhd2 if BUILD_EXAMPLES SUBDIRS += $(examples_DIR) endif -SUBDIRS += tests +SUBDIRS += tests . if RUN_LIBCURL_TESTS #SUBDIRS += testcurl