From 0e1ea95acc966973b80f423f5b5fc3e75e44a2cf Mon Sep 17 00:00:00 2001 From: William Robinet Date: Tue, 6 Oct 2020 18:28:18 +0200 Subject: [PATCH] Add missing Makefile.am --- configure.ac | 1 + pcap/Makefile.am | 0 2 files changed, 1 insertion(+) create mode 100644 pcap/Makefile.am diff --git a/configure.ac b/configure.ac index 18ec685..3e4ebf0 100644 --- a/configure.ac +++ b/configure.ac @@ -139,6 +139,7 @@ AC_CONFIG_FILES([Makefile common/lib/Makefile null/Makefile ssl/Makefile + pcap/Makefile base/Makefile]) AC_OUTPUT diff --git a/pcap/Makefile.am b/pcap/Makefile.am new file mode 100644 index 0000000..e69de29