mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
ELBuildized intl/. Final nail in automake's coffin.
This commit is contained in:
parent
68b55a8fcb
commit
03c2fb116d
@ -1325,7 +1325,6 @@ AC_OUTPUT([ \
|
||||
contrib/elinks.spec \
|
||||
contrib/lua/hooks.lua \
|
||||
contrib/conv/w3m2links.awk \
|
||||
src/intl/Makefile \
|
||||
src/intl/gettext/ref-add.sed \
|
||||
src/intl/gettext/ref-del.sed
|
||||
])
|
||||
|
15
src/intl/Makefile
Normal file
15
src/intl/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
path_to_top=../..
|
||||
include $(path_to_top)/Makefile.config
|
||||
|
||||
ifeq ($(CONFIG_NLS),yes)
|
||||
gettextdir = gettext
|
||||
endif
|
||||
|
||||
SUBDIRS = $(gettextdir)
|
||||
|
||||
OBJS = charsets.o
|
||||
|
||||
all-l: libintl.a
|
||||
libintl.a: $(OBJS)
|
||||
|
||||
include $(path_to_top)/Makefile.lib
|
@ -1,18 +0,0 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
## $Id: Makefile.am,v 1.13 2005/01/05 14:37:44 jonas Exp $
|
||||
|
||||
include $(top_srcdir)/Makefile.base
|
||||
|
||||
if CONFIG_NLS
|
||||
gettextdir = gettext
|
||||
endif
|
||||
|
||||
SUBDIRS = $(gettextdir)
|
||||
|
||||
noinst_LIBRARIES = libintl.a
|
||||
libintl_a_SOURCES = \
|
||||
charsets.c \
|
||||
charsets.h \
|
||||
codepage.inc \
|
||||
entity.inc \
|
||||
uni_7b.inc
|
Loading…
Reference in New Issue
Block a user