Adding missing entries in EXTRA_DIST.
CVS patchset: 7186 CVS date: 2004/03/23 18:38:19
This commit is contained in:
parent
d843388f7e
commit
b0ccb6fc07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue