1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-08 08:40:13 +08:00

Fix building of old tests.

This commit is contained in:
Roger A. Light 2020-11-09 21:24:27 +00:00
parent e7a4e73cd8
commit eee34613b4

View File

@ -1,7 +1,7 @@
include ../../config.mk
CC=cc
CFLAGS=-I../../src -I../../lib -I. -I../.. -Wall -ggdb -DDEBUG -DWITH_CLIENT
CFLAGS=-I../../src -I../../include -I. -I../.. -Wall -ggdb -DDEBUG -DWITH_CLIENT
LDFLAGS=
SOVERSION=1