diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-17 13:13:42 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-17 13:13:42 +0100 |
commit | e42e3117e767242f4682fe9e44f8e8750b167b33 (patch) | |
tree | 9633b1333acf772987d211b08a164c012f41912c /src/Makefile.am | |
parent | 147b51e37d82460a67d159756cccacfb64ef1405 (diff) |
third commit
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 411c410..b9b1b5e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,8 @@ endif ptunnel_ng_SOURCES = \ ptunnel.c \ psock.c \ - pdesc.c + pdesc.c \ + ppkt.c if IS_WINDOWS wpcap_DEF = $(srcdir)/win32/WPCAP.DEF |