diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-04-22 21:44:22 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-04-22 21:51:57 +0200 |
commit | 8d8e61b256b6235a2fa48e9414e459739335fe12 (patch) | |
tree | 61be8737e380d3ddfa5557ee13a973a318075582 | |
parent | 0b702c20d32c4fab113f5c3da7e503f7fd1a9ec5 (diff) |
Added missing ndpiReader dependency for the install target
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 737da4f8f..c82a611c8 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -23,7 +23,7 @@ ndpiReader: libndpiReader.a $(LIBNDPI) $(EXECUTABLE_SOURCES:%.c=%.o) %.o: %.c $(HEADERS) Makefile $(CC) $(CFLAGS) -c $< -o $@ -install: +install: ndpiReader mkdir -p $(DESTDIR)$(PREFIX)/bin/ mkdir -p $(DESTDIR)$(PREFIX)/share/ndpi cp ndpiReader $(DESTDIR)$(PREFIX)/bin/ |