Skip to content

Commit 20fa416

Browse files
committed
Fix missing file in archive
1 parent 046241b commit 20fa416

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ common_sources = [
7979
'src/eiciel_participant_list.hpp',
8080
'src/eiciel_participant_list_controller.cpp',
8181
'src/eiciel_participant_list_controller.hpp',
82+
'src/eiciel_participant_target.hpp',
8283
'src/eiciel_enclosed_editor_window_controller.hpp',
8384
'src/eiciel_enclosed_editor_window_controller.cpp',
8485
'src/eiciel_enclosed_editor_window.hpp',

src/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ common_sources = \
1313
eiciel_participant_list.hpp \
1414
eiciel_participant_list_controller.cpp \
1515
eiciel_participant_list_controller.hpp \
16+
eiciel_participant_target.hpp \
1617
eiciel_enclosed_editor_window_controller.hpp \
1718
eiciel_enclosed_editor_window_controller.cpp \
1819
eiciel_enclosed_editor_window.hpp \

0 commit comments

Comments
 (0)