[at-spi2-core] Remove accessibility.conf from EXTRA_DIST
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Remove accessibility.conf from EXTRA_DIST
- Date: Thu, 15 Jan 2015 21:30:10 +0000 (UTC)
commit fbda5256aa4da93269be3d27aa3d707aaeda49b6
Author: Mike Gorse <mgorse suse com>
Date: Thu Jan 15 15:30:36 2015 -0600
Remove accessibility.conf from EXTRA_DIST
Accessibility.conf is generated now; it is bad to include it in the
release.
https://bugzilla.gnome.org/show_bug.cgi?id=742987
bus/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/bus/Makefile.am b/bus/Makefile.am
index b9bcd00..530d231 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -1,4 +1,3 @@
-EXTRA_DIST=accessibility.conf
CLEANFILES=
busconfigdir = $(sysconfdir)/at-spi2
@@ -17,7 +16,7 @@ default_session_DATA = at-spi-dbus-bus.desktop
substitutions = "s,@libexecdir[ ],$(libexecdir),"
at-spi-dbus-bus.desktop: at-spi-dbus-bus.desktop.in
sed -e$ $(substitutions) $< > $ tmp && mv $ tmp $@
-EXTRA_DIST += at-spi-dbus-bus.desktop.in
+EXTRA_DIST = at-spi-dbus-bus.desktop.in
CLEANFILES += at-spi-dbus-bus.desktop
dbusservicedir=$(DBUS_SERVICES_DIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]