- fixed the slow memory leak problem.
[codemux.git] / Makefile
index 83cb0f3..2024ca4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: ${TARGS}
 clean:
        rm -f ${TARGS} *.o *~
 
-SHARED_OBJ = codemuxlib.o
+SHARED_OBJ = codemuxlib.o debug.o
 
 CODEMUX_OBJ = codemux.o ${SHARED_OBJ}