summaryrefslogtreecommitdiff
path: root/src/examples/libevent-bench/Makefile
diff options
context:
space:
mode:
authorAdam Cécile (Le_Vert) <gandalf@le-vert.net>2018-04-24 16:52:34 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-04-24 16:52:34 +0200
commitfaa37905ce30a136b3dfd53f708d50c7afab5261 (patch)
tree5bd2180cf2e4de72a4679fdc7eb1d830587d83de /src/examples/libevent-bench/Makefile
parent331a4905a5c83d635f9ad3b075c3593c3e31bdbb (diff)
This patch makes the examples build standalone.
Gbp-Pq: Name 002-Make-Examples-Buildable-standalone.diff
Diffstat (limited to 'src/examples/libevent-bench/Makefile')
-rw-r--r--src/examples/libevent-bench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/libevent-bench/Makefile b/src/examples/libevent-bench/Makefile
index c420102..4d357d6 100644
--- a/src/examples/libevent-bench/Makefile
+++ b/src/examples/libevent-bench/Makefile
@@ -1,7 +1,7 @@
PROG_NOINST = bench${PROG_SUFFIX}
SRCS = bench.c
-include ../../../buildsys.mk
+include ../buildsys.mk
CPPFLAGS += -I../../libmowgli
LIBS += -L../../libmowgli -lmowgli-2