diff --git a/Makefile b/Makefile index 300d4f49..8f55ca57 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ DISTDIRS=man DISTFILES= \ apps/ \ client/ \ + deps/ \ examples/ \ installer/ \ lib/ \ diff --git a/config.mk b/config.mk index 9af12030..506fab1b 100644 --- a/config.mk +++ b/config.mk @@ -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) diff --git a/src/deps/uthash.h b/deps/uthash.h similarity index 100% rename from src/deps/uthash.h rename to deps/uthash.h diff --git a/src/deps/utlist.h b/deps/utlist.h similarity index 100% rename from src/deps/utlist.h rename to deps/utlist.h