Skip to content

Commit

Permalink
[#3744] use builddir instead of top_builddir
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Becheriu committed Feb 7, 2025
1 parent 223c3f5 commit 6fcbddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/log/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUBDIRS = .

# Define the flags used in each set of tests.
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
AM_CPPFLAGS += -DTEMP_DIR=\"$(top_builddir)\"
AM_CPPFLAGS += -DTEMP_DIR=\"$(builddir)\"
AM_CPPFLAGS += $(BOOST_INCLUDES) $(GTEST_INCLUDES) $(LOG4CPLUS_INCLUDES)

AM_CXXFLAGS = $(KEA_CXXFLAGS)
Expand Down

0 comments on commit 6fcbddc

Please sign in to comment.