src/Makefile.am: changed the order of subdirs

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-12-20 12:30:41 +01:00
parent 9e2bae299a
commit 797760b503
+2 -2
View File
@@ -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