summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-05-05 13:08:26 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-05-05 13:08:26 -0400
commit19e67ca8db4db99538d78cfd0a42aa20f6fc6669 (patch)
treedb7b6a4fc87a397a0143488f2a49de5c7fda07df /Makefile.am
parenta424e0352aff3490a58d19de5ebf4a164bd03b65 (diff)
Fix bug in installation of source files to proper directories
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
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