From 8b4924d23ee8d51e78462ad00073a0ba3eee39af Mon Sep 17 00:00:00 2001 From: dufour Date: Mon, 5 Oct 2009 14:29:14 +0000 Subject: cesar/{cl,lib}: move cl/mac_lookup_table to lib directory (closes #606) Move mac_lookup_table module from the cl to the lib directory. Also correct a minor indentation problem. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5921 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/lib/Module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cesar/lib/Module') diff --git a/cesar/lib/Module b/cesar/lib/Module index f72a8224c7..d462ee6830 100644 --- a/cesar/lib/Module +++ b/cesar/lib/Module @@ -1,6 +1,7 @@ SOURCES := mt19937ar.c crc.c dbg.c heap.c test.c blk.c slab.c list.c \ aatree.c try.c fixed.c \ - swap.c read_word.c bitstream.c circular_buffer.c mbox.c + swap.c read_word.c bitstream.c circular_buffer.c mbox.c \ + mac_lookup_table.c ifeq ($(CONFIG_HEAP_SKEW),y) SOURCES += skewheap.c endif -- cgit v1.2.3