From a5d922d9605ae3c1540cd232cb754a9dc5dc7812 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 27 Sep 2007 18:31:20 +0100 Subject: [PATCH] Don't try to distribute COPYING.LGPL-2.1 - no longer exists --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 56e19d9..b35ace5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,13 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = _dbus_bindings _dbus_glib_bindings dbus examples m4 test tools CLEANFILES = -EXTRA_DIST = dbus-python.pc.in AUTHORS COPYING ChangeLog \ - COPYING.LGPL-2.1 COPYING.GPL-2 COPYING.AFL-2.1 +EXTRA_DIST = \ + dbus-python.pc.in \ + AUTHORS \ + COPYING \ + ChangeLog \ + COPYING.GPL-2 \ + COPYING.AFL-2.1 # miss out the gconf examples for now - they don't work pkgconfigdir = $(libdir)/pkgconfig -- 2.11.4.GIT