* Add -I../aegisub to libass/Makefile.am

* Remove res.h from config/config_unix.h
* Add posix/res.h to config.h (temp)

Originally committed to SVN as r2624.
This commit is contained in:
Amar Takhar 2009-01-04 07:01:20 +00:00
parent 9238c1b992
commit 7e9f898c34
3 changed files with 2 additions and 3 deletions

View File

@ -10,5 +10,6 @@
// Unix specific settings and defines.
#include "config/config_unix.h"
#include "posix/res.h"
#endif // __WINDOWS__

View File

@ -24,7 +24,5 @@
//typedef uint64_t __uint64;
#define abs64 llabs
#include "res.h"
#endif /* _DEFINES_H */

View File

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