summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-29 23:40:09 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-29 23:40:09 +0000
commitd3496caf1fac70d2131c3bb523ec59041a0d09dd (patch)
treeb747d203b3f176096fc4bba081ed24fbaf1c6538
parentfixed checkin (missing header file) (diff)
debian package cleanup
-rw-r--r--debian/Makefile.Debian.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/Makefile.Debian.conf b/debian/Makefile.Debian.conf
index 447860f..a93d779 100644
--- a/debian/Makefile.Debian.conf
+++ b/debian/Makefile.Debian.conf
@@ -4,12 +4,11 @@
PKG_NAME=mq
### things relative to the C library part
-CLIB_CFLAGS= -I src/
+CLIB_CFLAGS=-Isrc/
CLIB_LDFLAGS=
CLIB_LDFLAGS_STATIC=
-CLIB_OBJS=src/luamq.lo
+CLIB_OBJS=src/lua-mq.lo
VERSION_INFO=0:1:0
-LUA_MODNAME_CPART=
### things relative to the lua library part
LUA_HEADER=