mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Add @LIBINTL@ to LIBS in src/Makefile.am
This commit is contained in:
parent
336a5123a8
commit
fe63bb03f8
@ -5,6 +5,9 @@
|
|||||||
* wget.h: Remove logic for handling lack of NLS (now in
|
* wget.h: Remove logic for handling lack of NLS (now in
|
||||||
gettext.h).
|
gettext.h).
|
||||||
* main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
|
* main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
|
||||||
|
* Makefile.am: added @LIBINTL@ to LIBS (though it probably
|
||||||
|
belongs in LDADD, along with everything else currently assigned
|
||||||
|
to LIBS).
|
||||||
|
|
||||||
2007-10-08 Micah Cowan <micah@cowan.name>
|
2007-10-08 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
# The following line is losing on some versions of make!
|
# The following line is losing on some versions of make!
|
||||||
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
|
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
|
||||||
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
|
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ @LIBINTL@
|
||||||
|
|
||||||
bin_PROGRAMS = wget
|
bin_PROGRAMS = wget
|
||||||
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \
|
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user