Browse Source

src/Makefile.am: changed the order of subdirs

Evgeny Grin (Karlson2k) 1 year ago
parent
commit
797760b503
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Makefile.am

+ 2 - 2
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