From 19e67ca8db4db99538d78cfd0a42aa20f6fc6669 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 5 May 2012 13:08:26 -0400 Subject: Fix bug in installation of source files to proper directories --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 77f8f4e2..9325048f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ ACLOCAL_AMFLAGS = -I m4 BIN := @BIN@ -LIB := @LIB@ +SRCLIB := @SRCLIB@ INCLUDE := @INCLUDE@ SITELISP := @SITELISP@ VERSION := @VERSION@ -LIB_UR := $(LIB)/ur -LIB_C := $(LIB)/c -LIB_JS := $(LIB)/js +LIB_UR := $(SRCLIB)/ur +LIB_C := $(SRCLIB)/c +LIB_JS := $(SRCLIB)/js all-local: smlnj mlton -- cgit v1.2.3