Tue Oct 17 10:24:43 PDT 2000 Michael Jennings <mej@eterm.org>

Fixed a typo which caused Makefile.am to break.  Found by Jos� Romildo
	Malaquias <romildo@urano.iceb.ufop.br>.


SVN revision: 3642
This commit is contained in:
Michael Jennings 2000-10-17 17:28:11 +00:00
parent d2a4ef5beb
commit 536efe1a48
2 changed files with 13 additions and 7 deletions

View File

@ -3915,3 +3915,9 @@ Sun Sep 17 18:54:26 PDT 2000 Michael Jennings <mej@eterm.org>
This was visible using the glass theme.
-------------------------------------------------------------------------------
Tue Oct 17 10:24:43 PDT 2000 Michael Jennings <mej@eterm.org>
Fixed a typo which caused Makefile.am to break. Found by José Romildo
Malaquias <romildo@urano.iceb.ufop.br>.
-------------------------------------------------------------------------------

View File

@ -5,13 +5,13 @@ INCLUDES = -I$(top_srcdir)/libmej
lib_LTLIBRARIES = libEterm.la
bin_PROGRAMS = Eterm
libEterm_la_SOURCES = actions.c actions.h buttons.c buttons.h command.c \
command.h debug.h draw.c draw.h e.c e.h eterm_utmp.h \
events.c events.h feature.h font.c font.h grkelot.c \
grkelot.h icon.h menus.c menus.h misc.c misc.h netdisp.c \
options.c options.h pixmap.c pixmap.h profile.h screen.c \
screen.h scrollbar.c scrollbar.h startup.c startup.h \
system.c system.h term.c term.h timer.c timer.h utmp.c \
libEterm_la_SOURCES = actions.c actions.h buttons.c buttons.h command.c \
command.h draw.c draw.h e.c e.h eterm_debug.h eterm_utmp.h \
events.c events.h feature.h font.c font.h grkelot.c \
grkelot.h icon.h menus.c menus.h misc.c misc.h netdisp.c \
options.c options.h pixmap.c pixmap.h profile.h screen.c \
screen.h scrollbar.c scrollbar.h startup.c startup.h \
system.c system.h term.c term.h timer.c timer.h utmp.c \
windows.c windows.h mmx_cmod.S
libEterm_la_DEPENDENCIES = $(top_builddir)/libmej/libmej.la feature.h
libEterm_la_LDFLAGS = -release $(VERSION)