Commit a59f00d4 a59f00d4390990afc6579df97333d77c0a611291 by Jeff Bailey

Fix to remove GNU Make'ism

1 parent c147308f
2001-10-13 Jeff Bailey <jbailey@outpost.dnsalias.org>
* guimb/Makefile.am: Remove GNU Makeism.
* libmu_scm/Makefile.am: Remove GNU Makeism.
2001-10-12 Jeff Bailey <jbailey@outpost.dnsalias.org>
* libmu_scm/Makefile.am: Fixes for RO srcdir.
......
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
-I$(top_srcdir)/libmu_scm
SUBDIRS=scm
......
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
noinst_LIBRARIES=@MU_SCM@
EXTRA_LIBRARIES=libmu_scm.a
......