diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-04-27 23:27:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 23:27:26 +0200 |
commit | 0bf809f8e5f4c4a65c7628fdf1a1cea280af6ab8 (patch) | |
tree | 5042b883f746fbcfc645df6e957cca28298b8774 | |
parent | 44259ab2b97e89e800d4406f5c8c3dd4869e374d (diff) | |
parent | 8d8e61b256b6235a2fa48e9414e459739335fe12 (diff) |
Merge pull request #884 from lnslbrty/dev
Added missing ndpiReader dependency for the install target
-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/ |