Add an empty config.h and remove ../src from the build. We don't want to pollute libass with our config settings.

Originally committed to SVN as r3745.
This commit is contained in:
Amar Takhar 2009-10-28 00:30:42 +00:00
parent b2649ab510
commit 810c0a7eb0
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
noinst_LIBRARIES = libass_aegisub.a
AM_CPPFLAGS = -I../src @FREETYPE_CFLAGS@ -DCONFIG_ICONV -DCONFIG_FONTCONFIG @FONTCONFIG_CFLAGS@ @ICONV_CFLAGS@
AM_CPPFLAGS = @FREETYPE_CFLAGS@ -DCONFIG_ICONV -DCONFIG_FONTCONFIG @FONTCONFIG_CFLAGS@ @ICONV_CFLAGS@
if BUILD_DARWIN
AM_CPPFLAGS += -DBUILD_DARWIN

0
aegisub/libass/config.h Normal file
View File