aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 688b6e56b9..a6f501a764 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -44,12 +44,16 @@ SHARK_COMMON_SRC = \
cfile.c \
frame_tvbuff.c \
sync_pipe_write.c \
- version_info.c
+ version_info.c \
+ extcap.c \
+ extcap_parser.c
# corresponding headers
SHARK_COMMON_INCLUDES = \
cfile.h \
color.h \
+ extcap.h \
+ extcap_parser.h \
file.h \
fileset.h \
frame_tvbuff.h \