Add -Iinclude to the list of CXX_FLAGS.
Originally committed to SVN as r1969.
This commit is contained in:
parent
5e16567e81
commit
c501ae6e2e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ noinst_LIBRARIES=
|
|||
|
||||
SUBDIRS = bitmaps posix
|
||||
|
||||
AM_CXXFLAGS = -DAEGISUB -Iposix -include posix/defines.h @WX_CPPFLAGS@
|
||||
AM_CXXFLAGS = -DAEGISUB -Iposix -include posix/defines.h -Iinclude @WX_CPPFLAGS@
|
||||
|
||||
bin_PROGRAMS = aegisub
|
||||
aegisub_LDADD = posix/libposix.a
|
||||
|
|
Loading…
Reference in a new issue