From: Harald Hoyer Date: Tue, 27 Apr 2010 10:25:59 +0000 (+0200) Subject: Makefile.am: add LGPL COPYING file to EXTRA_DIST X-Git-Tag: 174~511 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c0b19a171794d92b68414a91c3bc804e22528142;p=elogind.git Makefile.am: add LGPL COPYING file to EXTRA_DIST Signed-off-by: Martin Pitt --- diff --git a/Makefile.am b/Makefile.am index 9d3fefd70..8d13f1938 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libudev/libudev.pc -EXTRA_DIST += libudev/exported_symbols +EXTRA_DIST += libudev/exported_symbols libudev/COPYING # move lib from $(libdir) to $(rootlib_execdir) and update devel link, if needed libudev-install-move-hook: if test "$(libdir)" != "$(rootlib_execdir)"; then \ @@ -351,6 +351,7 @@ extras_gudev_libgudev_1_0_la_LDFLAGS = \ -export-symbols-regex '^g_udev_.*' EXTRA_DIST += \ + extras/gudev/COPYING \ extras/gudev/gudevmarshal.list \ extras/gudev/gudevenumtypes.h.template \ extras/gudev/gudevenumtypes.c.template