[gnome-games] libgames-support: Only install the .ini when theme installer is enabled



commit 108d7fec5c5e29d1c4852393d8bc69ffd0809978
Author: Christian Persch <chpe gnome org>
Date:   Sun Jul 12 01:06:31 2009 +0200

    libgames-support: Only install the .ini when theme installer is enabled

 libgames-support/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 0fcedfa..81766c8 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -9,8 +9,10 @@ dist_card_DATA = \
 	$(NULL)
 endif # ENABLE_CARD_THEME_FORMAT_SVG
 
+if ENABLE_CARD_THEMES_INSTALLER
 themeinstalldir = $(commondatadir)
-themeinstall_DATA = theme-install.ini
+dist_themeinstall_DATA = theme-install.ini
+endif # ENABLE_CARD_THEMES_INSTALLER
 
 slotdir = $(pkgdatadir)/pixmaps
 slot_DATA = slot.svg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]