summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:54:40 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:54:40 +0300
commitf829c42f075bfac82b08859a476579446d594518 (patch)
treee855e9d7462544394e2f2f9d2012466c32756dcf
parent2eb20ad3596131420a1f90695f4bedf73067816b (diff)
downloadrpm-f829c42f075bfac82b08859a476579446d594518.tar.gz
rpm-f829c42f075bfac82b08859a476579446d594518.tar.bz2
rpm-f829c42f075bfac82b08859a476579446d594518.zip
Fixup leftovers from lua/local -> luaext/ move
-rw-r--r--luaext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaext/Makefile.am b/luaext/Makefile.am
index a1eac06fb..0a409005b 100644
--- a/luaext/Makefile.am
+++ b/luaext/Makefile.am
@@ -1,9 +1,9 @@
noinst_LTLIBRARIES = libluaext.la
EXTRA_DIST = \
- local/modemuncher.c \
- local/userconfig.c \
- local/linit.lua
+ modemuncher.c \
+ userconfig.c \
+ linit.lua
AM_CPPFLAGS = -I$(top_builddir)
AM_CPPFLAGS += -I$(srcdir)/include -I.