summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 18:31:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 18:31:20 +0100
commita5d922d9605ae3c1540cd232cb754a9dc5dc7812 (patch)
treefdeb1341d60c4fd58cba7201d18a6fbc36df3064 /Makefile.am
parentdfa86e6e601be2ebef25ad99056929ff30e1cac9 (diff)
Don't try to distribute COPYING.LGPL-2.1 - no longer exists
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files 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