mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
src/Makefile.am: changed the order of subdirs
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user