aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 5ee981bd1..3e0f25d91 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -13,7 +13,7 @@ ndpiReader: $(OBJS) $(LIBNDPI)
%.o: %.c $(HEADERS) Makefile
$(CC) $(CFLAGS) -c $< -o $@
-install:
+install: ndpiReader
cp ndpiReader $(DESTDIR)$(PREFIX)/bin/
dpdk: