extcap: Fix NMake build issue

The new source was not added to the project file.

Change-Id: I58d65bcab1d1b468f14c224cc8a4ae15e9fbbbf8
Reviewed-on: https://code.wireshark.org/review/12947
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Roland Knall 2015-12-30 12:07:52 +01:00 committed by Alexis La Goutte
parent 0d47113ddc
commit 3c00899144
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,7 @@ HEADERS += $$HEADERS_WS_C \
export_pdu_dialog.h \
extcap_argument.h \
extcap_argument_file.h \
extcap_argument_multiselect.h \
extcap_options_dialog.h \
filter_action.h \
filter_expression_frame.h \
@ -702,6 +703,7 @@ SOURCES += \
export_pdu_dialog.cpp \
extcap_argument.cpp \
extcap_argument_file.cpp \
extcap_argument_multiselect.cpp \
extcap_options_dialog.cpp \
file_set_dialog.cpp \
filter_action.cpp \