Include conky_no_x11.conf in the tarballs
authorPavel Labath <pavelo@centrum.sk>
Wed, 10 Jun 2009 15:57:41 +0000 (17:57 +0200)
committerPavel Labath <pavelo@centrum.sk>
Wed, 10 Jun 2009 15:57:41 +0000 (17:57 +0200)
otherwise, building with --enable-config-output --disable-x11 fails.

data/Makefile.am

index b092fed..c853e26 100644 (file)
@@ -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: