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
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 \