Skip to content
Snippets Groups Projects
Commit 31619b3a authored by Christian Engwer's avatar Christian Engwer
Browse files

config.h is top_builddir

[[Imported from SVN: r5948]]
parent c920d135
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ headercheck_PATTERN = *.hh
# to ignore foo.hh
hctest.o: hctest.cc
$(CXX) -I$(top_srcdir) -DHEADERCHECK \
$(CXX) -I$(top_builddir) -I$(top_srcdir) -DHEADERCHECK \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) \
$(DUNEMPICPPFLAGS) $(ALL_PKG_CPPFLAGS) -c -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment