From 077892da6d8545bb487ff58e79b1d5a9d892ca0c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 20 Apr 2010 15:53:21 +0800 Subject: fixes Makefile.am --- lua/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/Makefile.am b/lua/Makefile.am index 8b6ae53..cc938f3 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -43,7 +43,7 @@ TESTS = \ $(NULL) noinst_PROGRAMS = \ - lua-ext-console + lua-ext-console \ $(TESTS) \ $(NULL) -- cgit