summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-05-08 12:23:45 +0200
committerBastien Nocera <hadess@hadess.net>2015-05-15 11:42:30 +0200
commit321afe57d8408d0fd78974d8ec318cef1b8de664 (patch)
tree71ba8e34963e1d9d43e8672d6afc5e0e5bc23d71
parente9091c2fd2d846059ae6180b67ae6aa02753f73c (diff)
downloadlibgudev-321afe57d8408d0fd78974d8ec318cef1b8de664.tar.gz
build: add README, COPYING, NEWS to dist219
Make sure README, COPYING and NEWS are distributed in tarballs.
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 18822be..79ea2e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,6 @@ lib_LTLIBRARIES =
noinst_DATA =
MANPAGES =
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST =
BUILT_SOURCES =
GCC_COLORS ?= 'ooh, shiny!'
@@ -28,6 +27,11 @@ AM_MAKEFLAGS = --no-print-directory
AM_CPPFLAGS =
AM_CFLAGS =
+EXTRA_DIST = \
+ README \
+ COPYING \
+ NEWS
+
# ------------------------------------------------------------------------------
# Version numbers