Fix compiling .S files when using older automake (ticket 449).

SVN revision: 43354
This commit is contained in:
Kim Woelders 2009-10-30 19:40:29 +00:00
parent 4d1f5002b9
commit d0d1a48672
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @my_includes@ -I. -I$(top_srcdir) -I$(top_builddir) -DPACKAGE_LIB_DIR=\"$(libdir)\"
# Older automakes (<1.10) do not use INCLUDES when compiling .S files
AM_CCASFLAGS = -I$(top_builddir)
lib_LTLIBRARIES = libImlib2.la
include_HEADERS = Imlib2.h