mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03: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= \
|
||||
apps/ \
|
||||
client/ \
|
||||
deps/ \
|
||||
examples/ \
|
||||
installer/ \
|
||||
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
|
||||
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
||||
LIB_CPPFLAGS:=$(LIB_CPPFLAGS) -I../src/deps
|
||||
LIB_CPPFLAGS:=$(LIB_CPPFLAGS) -I../deps
|
||||
endif
|
||||
LIB_CFLAGS:=$(CFLAGS)
|
||||
LIB_CXXFLAGS:=$(CXXFLAGS)
|
||||
@ -332,7 +332,7 @@ ifeq ($(WITH_EPOLL),yes)
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_BUNDLED_DEPS),yes)
|
||||
BROKER_CPPFLAGS:=$(BROKER_CPPFLAGS) -Ideps
|
||||
BROKER_CPPFLAGS:=$(BROKER_CPPFLAGS) -I../deps
|
||||
endif
|
||||
|
||||
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