Fix make distcheck.

SVN revision: 3899
This commit is contained in:
Michael Jennings 2000-11-17 07:59:11 +00:00
parent c7fde09c44
commit 205d8cad8f
2 changed files with 9 additions and 3 deletions

View File

@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = src themes utils doc bg pix
EXTRA_DIST = README ReleaseNotes ReleaseNotes.1 CVS-README COPYING ChangeLog autogen.sh Eterm.spec
EXTRA_DIST = README ReleaseNotes ReleaseNotes.1 CVS-README ChangeLog autogen.sh Eterm.spec

View File

@ -3,8 +3,8 @@
lib_LTLIBRARIES = libEterm.la
bin_PROGRAMS = Eterm
MMX_SRCS = mmx_cmod.S
MMX_OBJS = $(MMX_SRCS:.S=.lo)
MMX_SRCS = $(srcdir)/mmx_cmod.S
MMX_OBJS = mmx_cmod.lo
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 \
@ -22,11 +22,17 @@ else
libEterm_la_DEPENDENCIES = feature.h
endif
if HAVE_MMX
$(MMX_OBJS): $(MMX_SRCS)
endif
Eterm_SOURCES = main.c
Eterm_DEPENDENCIES = libEterm.la
Eterm_LDFLAGS = -rpath $(libdir):$(pkglibdir)
Eterm_LDADD = libEterm.la
EXTRA_DIST = mmx_cmod.S
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
test ! -z "$(GDB_CMD_FILE)" && $(INSTALL_DATA) gdb.scr $(DESTDIR)$(pkgdatadir)/ || :