Commit 42d691a5de1bc16417a908ff9f61bbc07e7d37bc

Guillem Jover 2020-12-21T20:19:54

build: Move local-link.h from libmd_la_helper_sources to libmd_la_SOURCES This is not a generated file, so it needs to be listed in the library SOURCES variable. Fixes: commit 9cc938450392d64440de5c7db27903dff9922728

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/Makefile.am b/src/Makefile.am
index e17a7ab..2559a45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,6 @@ pkgconfig_DATA = \
 lib_LTLIBRARIES = libmd.la
 
 libmd_la_helper_sources = \
-	local-link.h \
 	md2hl.c \
 	md4hl.c \
 	md5hl.c \
@@ -40,6 +39,7 @@ EXTRA_libmd_la_DEPENDENCIES = \
 	helper.c \
 	$(nil)
 libmd_la_SOURCES = \
+	local-link.h \
 	md2.c \
 	md4.c \
 	md5.c \