From 810c0a7eb08bf3d08f9fac7ddf97fcfb59a161f6 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 28 Oct 2009 00:30:42 +0000 Subject: [PATCH] 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. --- aegisub/libass/Makefile.am | 2 +- aegisub/libass/config.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 aegisub/libass/config.h diff --git a/aegisub/libass/Makefile.am b/aegisub/libass/Makefile.am index aabc2950f..7aa5752dc 100644 --- a/aegisub/libass/Makefile.am +++ b/aegisub/libass/Makefile.am @@ -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 diff --git a/aegisub/libass/config.h b/aegisub/libass/config.h new file mode 100644 index 000000000..e69de29bb