build: Do not override the default DEPENDENCIES for libmd Extend it instead via EXTRA_*_DEPENDENCIES, to make sure that we preserve the builtin library dependencies generated from LIBADD.
diff --git a/src/Makefile.am b/src/Makefile.am
index 505843e..fa957f7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,7 @@ else
libmd_la_LDFLAGS += \
-export-symbols $(srcdir)/libmd.sym
endif
-libmd_la_DEPENDENCIES = \
+EXTRA_libmd_la_DEPENDENCIES = \
libmd.map \
libmd.sym \
helper.c \