From eee34613b41d1ec7b165f92b14bb5a5a451a5321 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 9 Nov 2020 21:24:27 +0000 Subject: [PATCH] Fix building of old tests. --- test/old/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/old/Makefile b/test/old/Makefile index d1f914db..ed4d6ad7 100644 --- a/test/old/Makefile +++ b/test/old/Makefile @@ -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