diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-04-16 15:54:40 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-04-16 15:54:40 +0300 |
commit | f829c42f075bfac82b08859a476579446d594518 (patch) | |
tree | e855e9d7462544394e2f2f9d2012466c32756dcf /luaext | |
parent | 2eb20ad3596131420a1f90695f4bedf73067816b (diff) | |
download | librpm-tizen-f829c42f075bfac82b08859a476579446d594518.tar.gz librpm-tizen-f829c42f075bfac82b08859a476579446d594518.tar.bz2 librpm-tizen-f829c42f075bfac82b08859a476579446d594518.zip |
Fixup leftovers from lua/local -> luaext/ move
Diffstat (limited to 'luaext')
-rw-r--r-- | luaext/Makefile.am | 6 |
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. |