diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-11-12 23:58:49 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-11-13 00:00:50 +0100 |
commit | 2180b6e56a5538c3c3720f22cc3491f02b5276e4 (patch) | |
tree | c78bc639a9da74aecc52d888c70cb295e085c5c8 /Makefile.in | |
parent | f72e3c044c916640e081051b035ef638b99f1319 (diff) |
Makefile.in: Add two missing files in EXTRA_DIST
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8410d249..370093af 100644 --- a/Makefile.in +++ b/Makefile.in @@ -273,6 +273,7 @@ EXTRA_DIST = \ chmod_bpf \ cmake_uninstall.cmake.in \ cmakeconfig.h.in \ + cmake/Modules/FindAirPcap.cmake \ cmake/Modules/FindDAG.cmake \ cmake/Modules/Finddpdk.cmake \ cmake/Modules/FindFseeko.cmake \ @@ -413,6 +414,7 @@ EXTRA_DIST = \ testprogs/fuzz/fuzz_pcap.c \ testprogs/fuzz/fuzz_pcap.options \ testprogs/fuzz/onefile.c \ + testprogs/nonblocktest.c \ testprogs/opentest.c \ testprogs/reactivatetest.c \ testprogs/selpolltest.c \ |