From f829c42f075bfac82b08859a476579446d594518 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 16 Apr 2008 15:54:40 +0300 Subject: [PATCH] Fixup leftovers from lua/local -> luaext/ move --- luaext/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luaext/Makefile.am b/luaext/Makefile.am index a1eac06..0a40900 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. -- 2.7.4