Skip to content

Commit 9f25536

Browse files
committed
Fix compiling error
1 parent 5129ec0 commit 9f25536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ executable(
3030
meson.project_name(),
3131
'src/Application.vala',
3232
'src/MainWindow.vala',
33-
'src/Sidebar.vala',
33+
'src/AppSourceList.vala',
3434
'src/AppItem.vala',
3535
'src/CategoryItem.vala',
3636
'src/IconButton.vala',

0 commit comments

Comments
 (0)