--- embedaddon/dhcp/common/Makefile.am 2012/02/21 22:30:18 1.1 +++ embedaddon/dhcp/common/Makefile.am 2012/10/09 09:06:54 1.1.1.1 @@ -9,4 +9,8 @@ libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c c man_MANS = dhcp-eval.5 dhcp-options.5 EXTRA_DIST = $(man_MANS) -SUBDIRS = tests +# We want to build this directory first, before descending into tests subdir. +# The reason is that ideally the tests should link existing objects from this +# directory. That eliminates any discrepancies between tested code and +# production code. Sadly, we are not there yet. +SUBDIRS = . tests