Commit 04d92f90e9f522c002907089a4a6a336d86caaff

Guillem Jover 2017-05-31T06:58:23

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.

1
2
3
4
5
6
7
8
9
10
11
12
13
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 \