[GRASS-SVN] r56562 - in grass/trunk: lib/temporal temporal temporal/t.connect

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 2 10:02:37 PDT 2013


Author: huhabla
Date: 2013-06-02 10:02:37 -0700 (Sun, 02 Jun 2013)
New Revision: 56562

Added:
   grass/trunk/temporal/t.connect/
Removed:
   grass/trunk/lib/temporal/t.connect/
Modified:
   grass/trunk/lib/temporal/Makefile
   grass/trunk/temporal/Makefile
   grass/trunk/temporal/t.connect/Makefile
Log:
Moved t.connect into the temporal module directory


Modified: grass/trunk/lib/temporal/Makefile
===================================================================
--- grass/trunk/lib/temporal/Makefile	2013-06-02 15:40:37 UTC (rev 56561)
+++ grass/trunk/lib/temporal/Makefile	2013-06-02 17:02:37 UTC (rev 56562)
@@ -6,7 +6,6 @@
 SUBDIRS = \
 	SQL \
 	lib \
-	t.connect
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 

Modified: grass/trunk/temporal/Makefile
===================================================================
--- grass/trunk/temporal/Makefile	2013-06-02 15:40:37 UTC (rev 56561)
+++ grass/trunk/temporal/Makefile	2013-06-02 17:02:37 UTC (rev 56562)
@@ -1,6 +1,7 @@
 MODULE_TOPDIR = ..
 
 SUBDIRS = \
+	t.connect \
 	t.create \
 	t.support \
 	t.topology \

Modified: grass/trunk/temporal/t.connect/Makefile
===================================================================
--- grass/trunk/lib/temporal/t.connect/Makefile	2013-05-13 14:26:40 UTC (rev 56242)
+++ grass/trunk/temporal/t.connect/Makefile	2013-06-02 17:02:37 UTC (rev 56562)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 LIBES = $(TEMPORALLIB) $(GISLIB)
 DEPENDENCIES = $(TEMPORALDEP) $(GISDEP)



More information about the grass-commit mailing list