Skip to content

Commit

Permalink
Typo in Makefile.am, AM_CPPFLAGS should append to the previous value.
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jul 19, 2019
1 parent f91edef commit 9762639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImfTest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AM_CPPFLAGS += -DENABLE_IMFHUGETEST
endif


AM_CPPFLAGS = -I$(top_builddir) \
AM_CPPFLAGS += -I$(top_builddir) \
-I$(top_srcdir)/IlmImf \
-I$(top_srcdir)/config \
@ILMBASE_CXXFLAGS@ $(ILMBASE_CFLAGS) $(ZLIB_CFLAGS)
Expand Down

0 comments on commit 9762639

Please sign in to comment.