blob: 0e20edf2ee377a3be6380213c2e874b7fbf7970e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ipc/chromium/Makefile.in~
+++ ipc/chromium/Makefile.in
@@ -55,9 +60,7 @@ vpath %.c \
$(srcdir)/src/third_party/libevent \
$(NULL)
else # } else {
-# message_pump_libevent.cc includes third_party/libevent/event.h,
-# which we put in $(DIST), see export rule below
-LOCAL_INCLUDES += -I$(DIST)
+LOCAL_INCLUDES += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS))
endif # }
vpath %.cc \
|