diff options
author | Alfredo Cardigliano <alfredo.cardigliano@gmail.com> | 2018-11-19 19:01:53 +0100 |
---|---|---|
committer | Alfredo Cardigliano <alfredo.cardigliano@gmail.com> | 2018-11-19 19:01:53 +0100 |
commit | 21504c849233d69b896fdff364b3933e8ec997d3 (patch) | |
tree | 4b8f40167c0e339e0288184bec5a6a9877a46691 /example | |
parent | 12adb256650bece834173fce6213021d2e7a677b (diff) |
rpm spec file
Diffstat (limited to 'example')
-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 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: |