Change configuration system from Autotools to Meson
[geeqie.git] / src / pan-view / meson.build
1 # This file is a part of Geeqie project (https://www.geeqie.org/).
2 # Copyright (C) 2008 - 2022 The Geeqie Team
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #
13
14 pan_view_sources = files('pan-calendar.c',
15 'pan-calendar.h',
16 'pan-folder.c',
17 'pan-folder.h',
18 'pan-grid.c',
19 'pan-grid.h',
20 'pan-item.c',
21 'pan-item.h',
22 'pan-timeline.c',
23 'pan-timeline.h',
24 'pan-types.h',
25 'pan-util.c',
26 'pan-util.h',
27 'pan-view.c',
28 'pan-view-filter.c',
29 'pan-view-filter.h',
30 'pan-view.h',
31 'pan-view-search.c',
32 'pan-view-search.h')
33 project_sources += pan_view_sources