From 7cbc8dc13fe784c9523244166a21c2971a9fe78c Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 10 Jun 2009 17:57:41 +0200 Subject: [PATCH] Include conky_no_x11.conf in the tarballs otherwise, building with --enable-config-output --disable-x11 fails. --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index b092fed8..c853e264 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -24,6 +24,6 @@ # configdir = ${sysconfdir}/conky -dist_config_DATA = conky.conf +dist_config_DATA = conky.conf conky_no_x11.conf # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: