diff options
Diffstat (limited to 'luaext')
-rw-r--r-- | luaext/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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. |