Adding missing entries in EXTRA_DIST.

CVS patchset: 7186
CVS date: 2004/03/23 18:38:19
This commit is contained in:
niemeyer 2004-03-23 18:38:19 +00:00
parent d843388f7e
commit b0ccb6fc07
1 changed files with 6 additions and 1 deletions

View 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