Mercurial > minori
comparison Makefile.am @ 279:657fda1b9cac
*: clean up enums
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Fri, 19 Apr 2024 13:24:06 -0400 |
| parents | 09c5bd74fe93 |
| children | 9b6e12c14a1e |
comparison
equal
deleted
inserted
replaced
| 274:f6a756c19bfb | 279:657fda1b9cac |
|---|---|
| 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.h \ | |
| 157 include/core/anime_season_db.h \ | 158 include/core/anime_season_db.h \ |
| 158 include/core/config.h \ | 159 include/core/config.h \ |
| 159 include/core/date.h \ | 160 include/core/date.h \ |
| 160 include/core/filesystem.h \ | 161 include/core/filesystem.h \ |
| 161 include/core/ini.h \ | 162 include/core/ini.h \ |
| 182 dep/utf8proc/utf8proc.c | 183 dep/utf8proc/utf8proc.c |
| 183 | 184 |
| 184 minori_SOURCES = \ | 185 minori_SOURCES = \ |
| 185 src/core/anime_db.cc \ | 186 src/core/anime_db.cc \ |
| 186 src/core/anime.cc \ | 187 src/core/anime.cc \ |
| 188 src/core/anime_season.cc \ | |
| 187 src/core/anime_season_db.cc \ | 189 src/core/anime_season_db.cc \ |
| 188 src/core/config.cc \ | 190 src/core/config.cc \ |
| 189 src/core/date.cc \ | 191 src/core/date.cc \ |
| 190 src/core/filesystem.cc \ | 192 src/core/filesystem.cc \ |
| 191 src/core/http.cc \ | 193 src/core/http.cc \ |
