From c501ae6e2e15617e045a8f1a9f44f141677a7d94 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 8 Mar 2008 07:50:10 +0000 Subject: [PATCH] Add -Iinclude to the list of CXX_FLAGS. Originally committed to SVN as r1969. --- aegisub/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 09d5ee41d..671ab08ce 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -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