diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-01-25 17:05:29 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-01-25 17:05:29 +0100 |
commit | d0abfc5c1695a0e9cf4ae0f2dd1cb29bfc93756f (patch) | |
tree | a6ca795d8da7dc6ce28c3dec81c06eaccea90705 | |
parent | dec55b8120e4295b886451b4abb023c34ca0f7af (diff) | |
download | libayatana-indicator-d0abfc5c1695a0e9cf4ae0f2dd1cb29bfc93756f.tar.gz libayatana-indicator-d0abfc5c1695a0e9cf4ae0f2dd1cb29bfc93756f.tar.bz2 libayatana-indicator-d0abfc5c1695a0e9cf4ae0f2dd1cb29bfc93756f.zip |
Makefile.am: Set DISTCHECK_CONFIGURE_FLAGS.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 400e1f0..0a03376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,8 @@ SUBDIRS += \ tests: libayatana-indicator endif +DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations --disable-silent-rules --with-gtk=3 + DISTCLEANFILES = \ libayatana-indicator-*.tar.gz |