From bbb81047a39e39021b3b10e2d86af146d514bf8c Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 17 Mar 2011 14:48:44 +0100 Subject: Add which implements an integer-keyed map of pointers. This will be used later to support QEMUD fast pipes. --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index e872734..09fa4a1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -76,6 +76,7 @@ LOCAL_SRC_FILES += \ android/utils/dirscanner.c \ android/utils/filelock.c \ android/utils/ini.c \ + android/utils/intmap.c \ android/utils/mapfile.c \ android/utils/misc.c \ android/utils/panic.c \ -- cgit v1.1