[rygel] core: Use the correct config file



commit 39e604205406e5c178c14381d66f1e905a6744fe
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Jul 4 15:54:17 2009 +0300

    core: Use the correct config file

 data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 601e74b..662425e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,9 +1,9 @@
 SUBDIRS = xml
 
 if ENABLE_MAEMO
-configfile = rygel-default.conf
-else
 configfile = rygel-maemo.conf
+else
+configfile = rygel-default.conf
 endif
 
 sysconf_DATA = rygel.conf



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