mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove gettext.h from Makefile.am
This commit is contained in:
parent
e194c1dfd3
commit
5d3b52d0b8
@ -1,3 +1,7 @@
|
|||||||
|
2014-11-28 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
|
* Makefile.am: Removed gettext.h
|
||||||
|
|
||||||
2014-11-28 Tim Ruehsen <tim.ruehsen@gmx.de>
|
2014-11-28 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
* gettext.h: Removed this file
|
* gettext.h: Removed this file
|
||||||
|
@ -53,7 +53,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
|
|||||||
http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
|
http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
|
||||||
options.h progress.h ptimer.h recur.h res.h retr.h \
|
options.h progress.h ptimer.h recur.h res.h retr.h \
|
||||||
spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \
|
spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \
|
||||||
exits.h gettext.h version.h
|
exits.h version.h
|
||||||
nodist_wget_SOURCES = version.c
|
nodist_wget_SOURCES = version.c
|
||||||
EXTRA_wget_SOURCES = iri.c
|
EXTRA_wget_SOURCES = iri.c
|
||||||
LDADD = $(LIBOBJS) ../lib/libgnu.a
|
LDADD = $(LIBOBJS) ../lib/libgnu.a
|
||||||
|
Loading…
Reference in New Issue
Block a user