[gnome-initial-setup] Makefile: move a comment around



commit 4b96161bf9ee8ea3af12aa849ecc0805cb20f3bf
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 31 14:49:38 2012 -0400

    Makefile: move a comment around
    
    This is in the wrong location

 gnome-initial-setup/Makefile.am                |    4 ----
 gnome-initial-setup/pages/location/Makefile.am |    5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gnome-initial-setup/Makefile.am b/gnome-initial-setup/Makefile.am
index cef3d3f..75696b1 100644
--- a/gnome-initial-setup/Makefile.am
+++ b/gnome-initial-setup/Makefile.am
@@ -2,10 +2,6 @@ SUBDIRS = pages
 
 uidir = $(datadir)/gnome-initial-setup
 
-# GNOMECC_DATA_DIR is used in tz.c
-# DATADIR is used in cc-timezone-map.c
-# these two files are copied from gnome-control-center,
-# which explains the slightly odd locations
 AM_CPPFLAGS = \
 	$(INITIAL_SETUP_CFLAGS) \
 	-DUIDIR="\"$(uidir)\"" \
diff --git a/gnome-initial-setup/pages/location/Makefile.am b/gnome-initial-setup/pages/location/Makefile.am
index 0871586..c0e7370 100644
--- a/gnome-initial-setup/pages/location/Makefile.am
+++ b/gnome-initial-setup/pages/location/Makefile.am
@@ -3,6 +3,11 @@ noinst_LTLIBRARIES = libgislocation.la
 
 BUILT_SOURCES =
 
+# GNOMECC_DATA_DIR is used in tz.c
+# DATADIR is used in cc-timezone-map.c
+# these two files are copied from gnome-control-center,
+# which explains the slightly odd locations
+
 # XXX -- move to libtimezonemap at some point
 AM_CPPFLAGS = \
 	-DGNOMECC_DATA_DIR="\"$(datadir)/gnome-control-center\"" \



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