summaryrefslogtreecommitdiff
path: root/luaext
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:25:26 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:37:52 +0300
commit1c979525dc1341c7fb812bf84d167467094de1ec (patch)
treea592caf44e0225f64537924992a6ea6f84148876 /luaext
parentd48e6c8380ebd1f8d4d4f2c80237dc1488da4721 (diff)
downloadrpm-1c979525dc1341c7fb812bf84d167467094de1ec.tar.gz
rpm-1c979525dc1341c7fb812bf84d167467094de1ec.tar.bz2
rpm-1c979525dc1341c7fb812bf84d167467094de1ec.zip
Add modemuncher + lua init stuff to extra dist
- modemuncher.c gets included from lposix.c, urks
Diffstat (limited to 'luaext')
-rw-r--r--luaext/Makefile.am5
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.