Add -D__UNIX__ to AM_CPPFLAGS.

Originally committed to SVN as r2626.
This commit is contained in:
Amar Takhar 2009-01-04 07:04:32 +00:00
parent e66eed8126
commit 348d017ed0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
noinst_LIBRARIES = libffmpegsource2_aegisub.a
AM_CPPFLAGS = -I../aegisub @WX_CPPFLAGS@
AM_CPPFLAGS = -I../aegisub -D__UNIX__ @WX_CPPFLAGS@
libffmpegsource2_aegisub_a_SOURCES = \
ffaudiosource.cpp \