diff options
author | axtloss <axtlos@getcryst.al> | 2024-05-28 19:12:49 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-05-28 19:12:49 +0200 |
commit | e2d8b96945423c14adbf7a54693f5064d5b157c1 (patch) | |
tree | 0052bad56749bcdf9dd99e822bd9c2ebd54999d4 /src/meson.build | |
parent | ad8ba2db29c0f3abecb292b1059dad554bf7f3b5 (diff) | |
download | autodarkmode-e2d8b96945423c14adbf7a54693f5064d5b157c1.tar.gz autodarkmode-e2d8b96945423c14adbf7a54693f5064d5b157c1.tar.bz2 |
add configuration system
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 7668291..6642e9d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,6 +1,10 @@ autodarkmode_sources = [ 'main.c', - 'sun.c' + 'sun.c', + 'extString.c', + 'configuration.c', + 'iniparser/src/dictionary.c', + 'iniparser/src/iniparser.c', ] autodarkmode_deps = [ |