mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 06:35:19 +02:00
Closes: https://bugs.gentoo.org/871450 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
11 lines
278 B
Diff
11 lines
278 B
Diff
--- a/nmz/Makefile.am
|
|
+++ b/nmz/Makefile.am
|
|
@@ -47,7 +47,7 @@
|
|
nmzversion.c
|
|
|
|
libnmz_la_DEPENDENCIES = @NMZ_LIBOBJS@
|
|
-libnmz_la_LIBADD = @LTLIBINTL@
|
|
+libnmz_la_LIBADD = @LTLIBINTL@ @NMZ_LIBOBJS@
|
|
libnmz_la_LDFLAGS = -version-info $(LTVERSION)
|
|
|
|
nmzversion.c: nmzversion.c.in
|