Mercurial > minori
comparison Makefile.am @ 260:dd211ff68b36
pages/seasons: add initial functionality
the menu doesn't work yet, but it's a good start
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 03 Apr 2024 19:48:38 -0400 |
parents | 862d0d8619f6 |
children | 8e282d0dc282 |
comparison
equal
deleted
inserted
replaced
259:0362f3c4534c | 260:dd211ff68b36 |
---|---|
152 include/gui/window.h | 152 include/gui/window.h |
153 | 153 |
154 noinst_HEADERS = \ | 154 noinst_HEADERS = \ |
155 include/core/anime_db.h \ | 155 include/core/anime_db.h \ |
156 include/core/anime.h \ | 156 include/core/anime.h \ |
157 include/core/anime_season_db.h \ | |
157 include/core/config.h \ | 158 include/core/config.h \ |
158 include/core/date.h \ | 159 include/core/date.h \ |
159 include/core/filesystem.h \ | 160 include/core/filesystem.h \ |
160 include/core/ini.h \ | 161 include/core/ini.h \ |
161 include/core/json.h \ | 162 include/core/json.h \ |
178 $(minori_qtheaders) | 179 $(minori_qtheaders) |
179 | 180 |
180 minori_SOURCES = \ | 181 minori_SOURCES = \ |
181 src/core/anime_db.cc \ | 182 src/core/anime_db.cc \ |
182 src/core/anime.cc \ | 183 src/core/anime.cc \ |
184 src/core/anime_season_db.cc \ | |
183 src/core/config.cc \ | 185 src/core/config.cc \ |
184 src/core/date.cc \ | 186 src/core/date.cc \ |
185 src/core/filesystem.cc \ | 187 src/core/filesystem.cc \ |
186 src/core/http.cc \ | 188 src/core/http.cc \ |
187 src/core/json.cc \ | 189 src/core/json.cc \ |