1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

Makefile.am: add LGPL COPYING file to EXTRA_DIST

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
This commit is contained in:
Harald Hoyer 2010-04-27 12:25:59 +02:00 committed by Martin Pitt
parent 665ee17def
commit c0b19a1717

View File

@ -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