Wed Oct 27 17:36:35 PDT 1999 Michael Jennings <mej@eterm.org>

Modified libtool flags per recommendation of HJ Lu <hjl@gnu.org>.


SVN revision: 1008
This commit is contained in:
Michael Jennings 1999-10-27 17:00:37 +00:00
parent dad7bc5f2c
commit 9ce25b6ae7
3 changed files with 7 additions and 2 deletions

View File

@ -2637,3 +2637,8 @@ Wed Oct 27 14:11:11 PDT 1999 Michael Jennings <mej@eterm.org>
64-bit cleanliness changes.
-------------------------------------------------------------------------------
Wed Oct 27 17:36:35 PDT 1999 Michael Jennings <mej@eterm.org>
Modified libtool flags per recommendation of HJ Lu <hjl@gnu.org>.
-------------------------------------------------------------------------------

View File

@ -6,7 +6,7 @@ libmej_la_SOURCES = debug.c mem.c strings.c snprintf.c
INCLUDES = -I. -I.. -I$(includedir) -I$(prefix)/include
libmej_la_LDFLAGS = -version-info 9:0:9
libmej_la_LDFLAGS = -release $(VERSION)
EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c

View File

@ -5,7 +5,7 @@ lib_LTLIBRARIES = libEterm.la
libEterm_la_SOURCES = actions.c command.c e.c events.c font.c grkelot.c menus.c misc.c netdisp.c \
options.c pixmap.c screen.c scrollbar.c startup.c system.c term.c timer.c utmp.c windows.c
libEterm_la_DEPENDENCIES = $(top_builddir)/libmej/libmej.la feature.h
libEterm_la_LDFLAGS = -version-info 9:0:9
libEterm_la_LDFLAGS = -release $(VERSION)
bin_PROGRAMS = Eterm
Eterm_SOURCES = main.c