gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master f537368 066/113: Segment's default 3D configur


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master f537368 066/113: Segment's default 3D configuration file in tarball
Date: Fri, 16 Apr 2021 10:33:48 -0400 (EDT)

branch: master
commit f53736899dbe22265b84cccbcd2a7372a404aa8f
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Segment's default 3D configuration file in tarball
    
    After a clean install from the tarball, I noticed that
    `bin/segment/Makefile.am' wasn't instructed to add Segment's 3D
    configuration file (`bin/segment/astsegment-3d.conf') into the
    tarball. This problem is now solved with this commit.
---
 bin/segment/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/segment/Makefile.am b/bin/segment/Makefile.am
index 5bc28ca..0ce6520 100644
--- a/bin/segment/Makefile.am
+++ b/bin/segment/Makefile.am
@@ -38,4 +38,4 @@ EXTRA_DIST = main.h authors-cite.h args.h ui.h segment.h 
clumps.h
 
 ## The configuration file (distribute and install).
 ## NOTE: the man page is created in doc/Makefile.am
-dist_sysconf_DATA = astsegment.conf
+dist_sysconf_DATA = astsegment.conf astsegment-3d.conf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]