From cb9c689d485ddc0fa6333a5095e99a35343c9437 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Tue, 24 Apr 2007 01:14:29 +0000 Subject: [PATCH] Fixing according to a mail from Enrico Tassi. git-svn-id: file:///var/svn/lua-iconv/trunk@43 9538949d-8f27-0410-946f-ce01ef448559 --- debian/Makefile.Debian.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Makefile.Debian.conf b/debian/Makefile.Debian.conf index 5dcd3fb..36d7f35 100644 --- a/debian/Makefile.Debian.conf +++ b/debian/Makefile.Debian.conf @@ -3,7 +3,7 @@ PKG_NAME=iconv ### things relative to the C library part CLIB_CFLAGS= CLIB_LDFLAGS= -CLIB_OBJS=iconv.lo +CLIB_OBJS=luaiconv.lo VERSION_INFO=0:0:0 ### things relative to the lua library part