Skip to content

Commit c63a86d

Browse files
committed
FIX: captureplan added to build process
1 parent d5e2e93 commit c63a86d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/modules/socket/pcap/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include $(top_srcdir)/modules.am
22

33
SUBDIRS = \
4-
.
5-
# captureplan
4+
. \
5+
captureplan
66

77
noinst_HEADERS = ipreasm.h socket_pcap.h
88
#

src/modules/socket/rtcpxr/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include $(top_srcdir)/modules.am
22

33
SUBDIRS = \
4-
.
5-
# captureplan
4+
. \
5+
captureplan
66

77
noinst_HEADERS = socket_rtcpxr.h
88
#

0 commit comments

Comments
 (0)