git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42318 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -74,6 +74,7 @@ SUBDIRS = \
r.recode \
r.region \
r.report \
+ r.resamp.bspline \
r.resamp.filter \
r.resamp.interp \
r.resamp.rst \
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = r.resamp.bspline
@@ -5,8 +5,7 @@ SUBDIRS = \
v.outlier \
v.lidar.correction \
v.lidar.edgedetection \
- v.lidar.growing \
- r.resamp.bspline
+ v.lidar.growing
include $(MODULE_TOPDIR)/include/Make/Dir.make