Adding missing entries in EXTRA_DIST.
authorniemeyer <devnull@localhost>
Tue, 23 Mar 2004 18:38:19 +0000 (18:38 +0000)
committerniemeyer <devnull@localhost>
Tue, 23 Mar 2004 18:38:19 +0000 (18:38 +0000)
CVS patchset: 7186
CVS date: 2004/03/23 18:38:19

lua/Makefile.am

index e2b2f4f..20669fc 100644 (file)
@@ -4,7 +4,12 @@ LINT = splint
 noinst_LTLIBRARIES = liblua.la
 noinst_PROGRAMS = lua/lua luac/luac
 
-EXTRA_DIST = COPYRIGHT HISTORY
+EXTRA_DIST = \
+       COPYRIGHT \
+       HISTORY \
+       local/modemuncher.c \
+       local/userconfig.c \
+       local/linit.lua
 
 LDADD = liblua.la
 INCLUDES = -I$(srcdir)/include -I$(srcdir)/local