From: thurston Date: Thu, 11 Jun 2009 00:24:37 +0000 (+0000) Subject: Use top_srcdir for includes so out-of-tree builds can work. X-Git-Tag: 2.0_alpha~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6558693268132aced044842d708bdd6bd96c6ecd;p=external%2Fragel.git Use top_srcdir for includes so out-of-tree builds can work. git-svn-id: http://svn.complang.org/ragel/trunk@899 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/ragel/Makefile.am b/ragel/Makefile.am index 702bcae..beb1f9d 100644 --- a/ragel/Makefile.am +++ b/ragel/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I../aapl +INCLUDES = -I$(top_srcdir)/aapl bin_PROGRAMS = ragel