aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index fa28b6a..0307a81 100644
--- a/common.mk
+++ b/common.mk
@@ -46,7 +46,7 @@ EXTRA_INCVPATH += $(IPCHEADERS)/usr/include/
46LIBS += memmgr mmrpc sharedmemallocatorS 46LIBS += memmgr mmrpc sharedmemallocatorS
47 47
48# Exclude Linux files for compile 48# Exclude Linux files for compile
49EXCLUDE_OBJS=memplugin_linux.o 49EXCLUDE_OBJS=memplugin_linux.o memplugin_android.o libdce_linux.o
50 50
51# Include qmacros.mk 51# Include qmacros.mk
52include $(MKFILES_ROOT)/qmacros.mk 52include $(MKFILES_ROOT)/qmacros.mk