diff options
author | Christian Persch <chpe@src.gnome.org> | 2020-10-24 11:58:57 +0200 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2020-10-24 11:58:57 +0200 |
commit | fdbab4edf9abe815b211a4541425144eb508306d (patch) | |
tree | 99ca9f50ef2b451fa93a7fa0d5096191c50bd717 /src/app/meson.build | |
parent | 4b2c688dde8b239ec2af1e7d709893a328737e5f (diff) | |
download | vte-fdbab4edf9abe815b211a4541425144eb508306d.tar.gz |
build: Add config.h as dependency to all sources
Diffstat (limited to 'src/app/meson.build')
-rw-r--r-- | src/app/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/meson.build b/src/app/meson.build index 9b98288f..8ecd239c 100644 --- a/src/app/meson.build +++ b/src/app/meson.build @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this library. If not, see <https://www.gnu.org/licenses/>. -app_sources = glib_glue_sources + libc_glue_sources + pango_glue_sources + pcre2_glue_sources + refptr_sources + std_glue_sources + files( +app_sources = config_sources + glib_glue_sources + libc_glue_sources + pango_glue_sources + pcre2_glue_sources + refptr_sources + std_glue_sources + files( 'app.cc', ) |