summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-15 16:35:43 -0500
committerLennart Poettering <lennart@poettering.net>2012-09-27 16:38:28 +0200
commit5a71fffd3da981127d0a012dda1a1412acaee7d8 (patch)
treec20c50f5178ef389df1a2aa2e1404e4eedbf13be /Makefile.am
parentc442aebb1e1d1e2ef90e4c46b617d5a3569ce85c (diff)
build-sys: Fix build with no lynx installed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index af36805..42a56e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,11 @@
# License along with libcanberra. If not, see
# <http://www.gnu.org/licenses/>.
-dist_doc_DATA = README
+dist_doc_DATA =
+
+if USE_LYNX
+dist_doc_DATA += README
+endif
EXTRA_DIST = \
autogen.sh \
@@ -27,7 +31,9 @@ EXTRA_DIST = \
SUBDIRS = src gtkdoc doc
MAINTAINERCLEANFILES = README
+if USE_LYNX
noinst_DATA = README
+endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcanberra.pc