Mercurial > minori
comparison Makefile.am @ 315:34347fd2a2de
session: allow printing status messages
...!
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 11 Jun 2024 14:16:40 -0400 |
parents | 3775ffa15ba4 |
children | b1f4d1867ab1 |
comparison
equal
deleted
inserted
replaced
314:76d7315504c4 | 315:34347fd2a2de |
---|---|
124 | 124 |
125 endif | 125 endif |
126 | 126 |
127 minori_qtheaders = \ | 127 minori_qtheaders = \ |
128 include/core/http.h \ | 128 include/core/http.h \ |
129 include/core/session.h \ | |
129 include/gui/dialog/about.h \ | 130 include/gui/dialog/about.h \ |
130 include/gui/dialog/information.h \ | 131 include/gui/dialog/information.h \ |
131 include/gui/dialog/settings.h \ | 132 include/gui/dialog/settings.h \ |
132 include/gui/pages/anime_list.h \ | 133 include/gui/pages/anime_list.h \ |
133 include/gui/pages/history.h \ | 134 include/gui/pages/history.h \ |
160 include/core/config.h \ | 161 include/core/config.h \ |
161 include/core/date.h \ | 162 include/core/date.h \ |
162 include/core/filesystem.h \ | 163 include/core/filesystem.h \ |
163 include/core/ini.h \ | 164 include/core/ini.h \ |
164 include/core/json.h \ | 165 include/core/json.h \ |
165 include/core/session.h \ | |
166 include/core/strings.h \ | 166 include/core/strings.h \ |
167 include/core/time.h \ | 167 include/core/time.h \ |
168 include/core/torrent.h \ | 168 include/core/torrent.h \ |
169 include/library/library.h \ | 169 include/library/library.h \ |
170 include/services/anilist.h \ | 170 include/services/anilist.h \ |
194 src/core/date.cc \ | 194 src/core/date.cc \ |
195 src/core/filesystem.cc \ | 195 src/core/filesystem.cc \ |
196 src/core/http.cc \ | 196 src/core/http.cc \ |
197 src/core/ini.cc \ | 197 src/core/ini.cc \ |
198 src/core/json.cc \ | 198 src/core/json.cc \ |
199 src/core/session.cc \ | |
199 src/core/strings.cc \ | 200 src/core/strings.cc \ |
200 src/core/time.cc \ | 201 src/core/time.cc \ |
201 src/gui/dialog/settings/application.cc \ | 202 src/gui/dialog/settings/application.cc \ |
202 src/gui/dialog/settings/library.cc \ | 203 src/gui/dialog/settings/library.cc \ |
203 src/gui/dialog/settings/recognition.cc \ | 204 src/gui/dialog/settings/recognition.cc \ |