From faa37905ce30a136b3dfd53f708d50c7afab5261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20C=C3=A9cile=20=28Le=5FVert=29?= Date: Tue, 24 Apr 2018 16:52:34 +0200 Subject: This patch makes the examples build standalone. Gbp-Pq: Name 002-Make-Examples-Buildable-standalone.diff --- src/examples/helpertest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/examples/helpertest/Makefile') diff --git a/src/examples/helpertest/Makefile b/src/examples/helpertest/Makefile index 2a37715..7f28a04 100644 --- a/src/examples/helpertest/Makefile +++ b/src/examples/helpertest/Makefile @@ -1,7 +1,7 @@ PROG_NOINST = helpertest${PROG_SUFFIX} SRCS = helpertest.c -include ../../../buildsys.mk +include ../buildsys.mk CPPFLAGS += -I../../libmowgli LIBS += -L../../libmowgli -lmowgli-2 -- cgit v1.2.3