comparison: pidgin/meson.build
pidgin/meson.build
- changeset 39152
- 37144ff35a91
- parent 39135
- 035721876d0f
- child 39201
- c621036e2ac6
equal
deleted
inserted
replaced
| 8 'gtkcertmgr.c', |
8 'gtkcertmgr.c', |
| 9 'gtkconn.c', |
9 'gtkconn.c', |
| 10 'gtkconv.c', |
10 'gtkconv.c', |
| 11 'gtkconv-theme.c', |
11 'gtkconv-theme.c', |
| 12 'gtkconv-theme-loader.c', |
12 'gtkconv-theme-loader.c', |
| 13 'gtkdebug.c', |
|
| 14 'gtkdialogs.c', |
13 'gtkdialogs.c', |
| 15 'gtkdnd-hints.c', |
14 'gtkdnd-hints.c', |
| 16 'gtkdocklet.c', |
15 'gtkdocklet.c', |
| 17 'gtkicon-theme.c', |
16 'gtkicon-theme.c', |
| 18 'gtkicon-theme-loader.c', |
17 'gtkicon-theme-loader.c', |
| 42 'gtkwhiteboard.c', |
41 'gtkwhiteboard.c', |
| 43 'gtkxfer.c', |
42 'gtkxfer.c', |
| 44 'libpidgin.c', |
43 'libpidgin.c', |
| 45 'minidialog.c', |
44 'minidialog.c', |
| 46 'pidginabout.c', |
45 'pidginabout.c', |
| |
46 'pidgindebug.c', |
| 47 'pidgintooltip.c', |
47 'pidgintooltip.c', |
| 48 ] |
48 ] |
| 49 |
49 |
| 50 libpidgin_headers = [ |
50 libpidgin_headers = [ |
| 51 'gtkaccount.h', |
51 'gtkaccount.h', |
| 57 'gtkconn.h', |
57 'gtkconn.h', |
| 58 'gtkconv.h', |
58 'gtkconv.h', |
| 59 'gtkconvwin.h', |
59 'gtkconvwin.h', |
| 60 'gtkconv-theme.h', |
60 'gtkconv-theme.h', |
| 61 'gtkconv-theme-loader.h', |
61 'gtkconv-theme-loader.h', |
| 62 'gtkdebug.h', |
|
| 63 'gtkdialogs.h', |
62 'gtkdialogs.h', |
| 64 'gtkdnd-hints.h', |
63 'gtkdnd-hints.h', |
| 65 'gtkdocklet.h', |
64 'gtkdocklet.h', |
| 66 'gtkicon-theme.h', |
65 'gtkicon-theme.h', |
| 67 'gtkicon-theme-loader.h', |
66 'gtkicon-theme-loader.h', |
| 92 'gtkwebviewtoolbar.h', |
91 'gtkwebviewtoolbar.h', |
| 93 'gtkwhiteboard.h', |
92 'gtkwhiteboard.h', |
| 94 'gtkxfer.h', |
93 'gtkxfer.h', |
| 95 'minidialog.h', |
94 'minidialog.h', |
| 96 'pidginabout.h', |
95 'pidginabout.h', |
| |
96 'pidgindebug.h', |
| 97 'pidgintooltip.h', |
97 'pidgintooltip.h', |
| 98 'pidgin.h', |
98 'pidgin.h', |
| 99 ] |
99 ] |
| 100 |
100 |
| 101 pidgin_SOURCES = [ |
101 pidgin_SOURCES = [ |
