Mercurial > minori
comparison Makefile.am @ 326:10096c5489e3
anime/db: refactor anime_season_db out
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 13 Jun 2024 00:42:00 -0400 |
parents | 3b355fa948c7 |
children | 4aeffed717ef |
comparison
equal
deleted
inserted
replaced
325:78929794e7d8 | 326:10096c5489e3 |
---|---|
156 | 156 |
157 noinst_HEADERS = \ | 157 noinst_HEADERS = \ |
158 include/core/anime_db.h \ | 158 include/core/anime_db.h \ |
159 include/core/anime.h \ | 159 include/core/anime.h \ |
160 include/core/anime_season.h \ | 160 include/core/anime_season.h \ |
161 include/core/anime_season_db.h \ | |
162 include/core/config.h \ | 161 include/core/config.h \ |
163 include/core/date.h \ | 162 include/core/date.h \ |
164 include/core/filesystem.h \ | 163 include/core/filesystem.h \ |
165 include/core/json.h \ | 164 include/core/json.h \ |
166 include/core/strings.h \ | 165 include/core/strings.h \ |
211 | 210 |
212 minori_SOURCES = \ | 211 minori_SOURCES = \ |
213 src/core/anime_db.cc \ | 212 src/core/anime_db.cc \ |
214 src/core/anime.cc \ | 213 src/core/anime.cc \ |
215 src/core/anime_season.cc \ | 214 src/core/anime_season.cc \ |
216 src/core/anime_season_db.cc \ | |
217 src/core/config.cc \ | 215 src/core/config.cc \ |
218 src/core/date.cc \ | 216 src/core/date.cc \ |
219 src/core/filesystem.cc \ | 217 src/core/filesystem.cc \ |
220 src/core/http.cc \ | 218 src/core/http.cc \ |
221 src/core/json.cc \ | 219 src/core/json.cc \ |