Browse Source

Moved t.connect into the temporal module directory

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56562 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 years ago
parent
commit
fc40abfd81

+ 0 - 1
lib/temporal/Makefile

@@ -6,7 +6,6 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 SUBDIRS = \
 SUBDIRS = \
 	SQL \
 	SQL \
 	lib \
 	lib \
-	t.connect
 
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 

+ 1 - 0
temporal/Makefile

@@ -1,6 +1,7 @@
 MODULE_TOPDIR = ..
 MODULE_TOPDIR = ..
 
 
 SUBDIRS = \
 SUBDIRS = \
+	t.connect \
 	t.create \
 	t.create \
 	t.support \
 	t.support \
 	t.topology \
 	t.topology \

+ 1 - 1
lib/temporal/t.connect/Makefile

@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 
 LIBES = $(TEMPORALLIB) $(GISLIB)
 LIBES = $(TEMPORALLIB) $(GISLIB)
 DEPENDENCIES = $(TEMPORALDEP) $(GISDEP)
 DEPENDENCIES = $(TEMPORALDEP) $(GISDEP)

lib/temporal/t.connect/main.c → temporal/t.connect/main.c


lib/temporal/t.connect/t.connect.html → temporal/t.connect/t.connect.html