From 1c979525dc1341c7fb812bf84d167467094de1ec Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 16 Apr 2008 15:25:26 +0300 Subject: Add modemuncher + lua init stuff to extra dist - modemuncher.c gets included from lposix.c, urks --- luaext/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'luaext') diff --git a/luaext/Makefile.am b/luaext/Makefile.am index 13219b4c5..a1eac06fb 100644 --- a/luaext/Makefile.am +++ b/luaext/Makefile.am @@ -1,5 +1,10 @@ noinst_LTLIBRARIES = libluaext.la +EXTRA_DIST = \ + local/modemuncher.c \ + local/userconfig.c \ + local/linit.lua + AM_CPPFLAGS = -I$(top_builddir) AM_CPPFLAGS += -I$(srcdir)/include -I. -- cgit v1.2.3