## $Id: Makefile.am,v 1.6 1999/08/30 19:08:48 robbe Exp $ ## process this file with automake to create Makefile.in ## (You should run ./autogen.sh from the top level directory) EXTRA_DIST = ChangeLog bin_PROGRAMS = scwmrepl scwmrepl_SOURCES = scwmrepl.c scwmrepl_LDADD = $(top_builddir)/utilities/libscwmexec/libscwmexec.la \ @x_ldflags@ @x_libs@ @READLINE_LIB@ INCLUDES = -I$(top_srcdir)/include @x_cflags@ @GUILE_INCLUDES@