gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master bf07a0b: lib/gnuastro in clean, mode.h not inc


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master bf07a0b: lib/gnuastro in clean, mode.h not included in programs
Date: Mon, 26 Sep 2016 10:22:02 +0000 (UTC)

branch: master
commit bf07a0b974b342555dcc5ca8030ad4a1d9f64bef
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    lib/gnuastro in clean, mode.h not included in programs
    
    `lib/Makefile.am' mistakenly removed the `gnuastro' directory on a clean
    command! This has been corrected.
    
    Also since commit 99f3c71 (Mode functions moved to statistics.h), the
    `gnuastro/mode.h' header is not to be used outside the libraries. So it was
    removed from two program source files (its not included any more).
---
 bin/noisechisel/thresh.c      |    1 -
 bin/subtractsky/subtractsky.c |    1 -
 lib/Makefile.am               |    3 ---
 3 files changed, 5 deletions(-)

diff --git a/bin/noisechisel/thresh.c b/bin/noisechisel/thresh.c
index a18cf87..1441b7f 100644
--- a/bin/noisechisel/thresh.c
+++ b/bin/noisechisel/thresh.c
@@ -27,7 +27,6 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 #include <error.h>
 #include <stdlib.h>
 
-#include <gnuastro/mode.h>
 #include <gnuastro/qsort.h>
 #include <gnuastro/timing.h>
 #include <gnuastro/checkset.h>
diff --git a/bin/subtractsky/subtractsky.c b/bin/subtractsky/subtractsky.c
index d443110..91bb2a5 100644
--- a/bin/subtractsky/subtractsky.c
+++ b/bin/subtractsky/subtractsky.c
@@ -29,7 +29,6 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 
 #include <gnuastro/fits.h>
 #include <gnuastro/mesh.h>
-#include <gnuastro/mode.h>
 #include <gnuastro/qsort.h>
 #include <gnuastro/array.h>
 #include <gnuastro/timing.h>
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 761a4bb..27e2eb3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -88,6 +88,3 @@ gnuastro.pc: Makefile $(srcdir)/gnuastro.pc.in
        '$(srcdir)/address@hidden' >> address@hidden
        chmod a-w address@hidden
        mv address@hidden $@
-
-clean-local:
-       rm -rf gnuastro



reply via email to

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