gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 2b8ff92: Library (kdtree.h): installation typo


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 2b8ff92: Library (kdtree.h): installation typo fixed in lib/Makefile.am
Date: Mon, 31 Aug 2020 08:13:59 -0400 (EDT)

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

    Library (kdtree.h): installation typo fixed in lib/Makefile.am
    
    When adding the installation instructions for the new k-d tree library, I
    had mistakenly just copied the 'jpeg.h' header and forgot to correct it to
    'kdtree.h'. This is now corrected.
---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 766bb23..2c5b7ba 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -85,7 +85,7 @@ pkginclude_HEADERS = gnuastro/config.h 
$(headersdir)/arithmetic.h \
   $(headersdir)/box.h $(headersdir)/convolve.h $(headersdir)/cosmology.h \
   $(headersdir)/data.h $(headersdir)/dimension.h $(headersdir)/eps.h \
   $(headersdir)/fits.h $(headersdir)/git.h $(headersdir)/interpolate.h \
-  $(headersdir)/jpeg.h $(headersdir)/jpeg.h $(headersdir)/label.h \
+  $(headersdir)/jpeg.h $(headersdir)/kdtree.h $(headersdir)/label.h \
   $(headersdir)/list.h $(headersdir)/match.h $(headersdir)/pdf.h \
   $(headersdir)/permutation.h $(headersdir)/pointer.h $(headersdir)/polygon.h \
   $(headersdir)/qsort.h $(headersdir)/speclines.h $(headersdir)/statistics.h \



reply via email to

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