git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50293 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -42,9 +42,9 @@ SUBDIRS = \
arraystats \
ogsf \
nviz \
+ temporal \
python \
iostream \
- temporal \
manage
include $(MODULE_TOPDIR)/include/Make/Dir.make
@@ -5,7 +5,8 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
#order is relevant:
SUBDIRS = \
SQL \
- src
+ lib \
+ t.connect
@@ -1,5 +1,4 @@
-
-MODULE_TOPDIR = ../..
+MODULE_TOPDIR = ../../..
LIBES = $(TEMPORALLIB) $(DBMILIB) $(GISLIB)
DEPENDENCIES = $(TEMPORALDEP) $(DBMIDEP) $(GISDEP)
@@ -1,7 +1,6 @@
MODULE_TOPDIR = ..
- t.connect \
t.create \
t.support \
t.topology \