From: Pavel Labath Date: Wed, 10 Jun 2009 15:57:41 +0000 (+0200) Subject: Include conky_no_x11.conf in the tarballs X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=7cbc8dc13fe784c9523244166a21c2971a9fe78c;p=monky Include conky_no_x11.conf in the tarballs otherwise, building with --enable-config-output --disable-x11 fails. --- diff --git a/data/Makefile.am b/data/Makefile.am index b092fed..c853e26 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: