Fixed Data subdirectory with wrong path for make dist

release/4.3a0
Richard Roberts 2011-11-12 21:18:44 +00:00
parent fc07fa4c35
commit 83ccc6211e
2 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,11 @@ noinst_PROGRAMS += Pose2SLAMwSPCG_advanced # Solves a simple Pose2 SLAM examp
noinst_PROGRAMS += elaboratePoint2KalmanFilter # simple linear Kalman filter on a moving 2D point, but done using factor graphs
noinst_PROGRAMS += easyPoint2KalmanFilter # uses the cool generic templated Kalman filter class to do the same
noinst_PROGRAMS += CameraResectioning
EXTRA_DIST = Data
dist-hook:
rm -rf $(distdir)/Data/.svn
SUBDIRS = vSLAMexample # visual SLAM examples with 3D point landmarks and 6D camera poses
#----------------------------------------------------------------------------------------------------
# rules to build local programs

View File

@ -21,10 +21,6 @@ headers += Feature2D.h vSLAMutils.h
noinst_HEADERS = $(headers)
EXTRA_DIST = Data
dist-hook:
rm -rf $(distdir)/Data/.svn
#----------------------------------------------------------------------------------------------------
# rules to build local programs
#----------------------------------------------------------------------------------------------------