mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 08:40:13 +08:00
Move deps directory to root.
This commit is contained in:
parent
f85e004415
commit
b404d56281
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ DISTDIRS=man
|
|||||||
DISTFILES= \
|
DISTFILES= \
|
||||||
apps/ \
|
apps/ \
|
||||||
client/ \
|
client/ \
|
||||||
|
deps/ \
|
||||||
examples/ \
|
examples/ \
|
||||||
installer/ \
|
installer/ \
|
||||||
lib/ \
|
lib/ \
|
||||||
|
@ -148,7 +148,7 @@ APP_CPPFLAGS=$(CPPFLAGS) -I. -I../../ -I../../include -I../../src -I../../lib
|
|||||||
|
|
||||||
LIB_CPPFLAGS=$(CPPFLAGS) -I. -I.. -I../include -I../../include
|
LIB_CPPFLAGS=$(CPPFLAGS) -I. -I.. -I../include -I../../include
|
||||||
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
||||||
LIB_CPPFLAGS:=$(LIB_CPPFLAGS) -I../src/deps
|
LIB_CPPFLAGS:=$(LIB_CPPFLAGS) -I../deps
|
||||||
endif
|
endif
|
||||||
LIB_CFLAGS:=$(CFLAGS)
|
LIB_CFLAGS:=$(CFLAGS)
|
||||||
LIB_CXXFLAGS:=$(CXXFLAGS)
|
LIB_CXXFLAGS:=$(CXXFLAGS)
|
||||||
@ -332,7 +332,7 @@ ifeq ($(WITH_EPOLL),yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
||||||
BROKER_CPPFLAGS:=$(BROKER_CPPFLAGS) -Ideps
|
BROKER_CPPFLAGS:=$(BROKER_CPPFLAGS) -I../deps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_COVERAGE),yes)
|
ifeq ($(WITH_COVERAGE),yes)
|
||||||
|
0
src/deps/uthash.h → deps/uthash.h
vendored
0
src/deps/uthash.h → deps/uthash.h
vendored
0
src/deps/utlist.h → deps/utlist.h
vendored
0
src/deps/utlist.h → deps/utlist.h
vendored
Loading…
x
Reference in New Issue
Block a user