Force the subdirectory build order, so that lib/dpkg gets built before lib/dpkg/test, making the former always available for the latter.
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = test
+SUBDIRS = . test
localedir = $(datadir)/locale
pkgconfdir = $(sysconfdir)/@PACKAGE@