|
From: <sv...@va...> - 2009-06-15 06:43:10
|
Author: njn Date: 2009-06-15 07:42:40 +0100 (Mon, 15 Jun 2009) New Revision: 10334 Log: Make it work with older automakes, sigh. Modified: branches/BUILD_TWEAKS/Makefile.flags.am Modified: branches/BUILD_TWEAKS/Makefile.flags.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.flags.am 2009-06-15 06:25:49 UTC (rev 10333) +++ branches/BUILD_TWEAKS/Makefile.flags.am 2009-06-15 06:42:40 UTC (rev 10334) @@ -31,6 +31,7 @@ # automake, but this does not really matter and seems hard to avoid. AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \ + -I$(top_srcdir) \ -I$(top_srcdir)/include \ -I@VEX_DIR@/pub \ -DVGA_@VGCONF_ARCH_PRI@=1 \ @@ -38,6 +39,7 @@ -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 if VGCONF_HAVE_PLATFORM_SEC AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \ + -I$(top_srcdir) \ -I$(top_srcdir)/include \ -I@VEX_DIR@/pub \ -DVGA_@VGCONF_ARCH_SEC@=1 \ |