gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 2d15a91 3/6: CPP include directories overwritt


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 2d15a91 3/6: CPP include directories overwritten
Date: Sun, 11 Sep 2016 13:46:57 +0000 (UTC)

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

    CPP include directories overwritten
    
    As a temporary fix to bug #49007, the `CPPFLAGS' variable was set in
    `tests/Makefile.am' to ignore looking into the Gnulib C libraries when
    compiling tests. As discussed in that bug, I don't consider this a
    permanent solution, it is just a place-holder until we find a better and
    more elegant solution.
---
 tests/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3512b01..25d7599 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -47,6 +47,7 @@ export hasghostscript=$(MAYBE_HASGHOSTSCRIPT);
 
 # Compilations that are to be done with `make check'.
 LDADD = -lgnuastro
+CPPFLAGS = -I$(top_srcdir)/lib
 check_PROGRAMS = versionc versioncpp
 versionc_SOURCES = lib/versionc.c
 versioncpp_SOURCES = lib/versioncpp.cpp



reply via email to

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