diff Makefile.gen @ 952:ffdae9cd81de

Remove the dmpackutil module, move the code to packed utility as it is the only place it is used anyway.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 18:51:18 +0200
parents 6ed9465f3913
children 1e65752b5723
line wrap: on
line diff
--- a/Makefile.gen	Thu Feb 26 18:38:14 2015 +0200
+++ b/Makefile.gen	Thu Feb 26 18:51:18 2015 +0200
@@ -79,7 +79,7 @@
 BUILD_RES=yes
 DM_CFLAGS += -DDM_USE_PACKFS $(ZLIB_CFLAGS)
 DM_LDFLAGS += $(ZLIB_LDFLAGS)
-DMLIB_OBJS += dmpack.o dmpackutil.o
+DMLIB_OBJS += dmpack.o
 ifeq ($(DM_BUILD_TOOLS),yes)
 TOOL_BINARIES += packed
 endif