Skip to content

Commit

Permalink
Fix missing linker flags for libintl.
Browse files Browse the repository at this point in the history
Autoconf provides the correct -l flags for libintl and libiconv in
@libintl@, so include that when constructing _LDADD variable.
  • Loading branch information
acolomb committed Aug 8, 2014
1 parent a7b9d14 commit 8ef7f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ if USE_GNULIB
LIBS_GNULIB = $(top_builddir)/gnulib/libgnu.a
endif

elf_mangle_LDADD = $(LIBS_CINTELHEX) $(LIBS_GNULIB)
elf_mangle_LDADD = $(LIBS_CINTELHEX) $(LIBS_GNULIB) @LIBINTL@
elf_mangle_LDADD += libfallback.a

0 comments on commit 8ef7f83

Please sign in to comment.