summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-16 01:23:30 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-16 01:23:30 +0100
commit2edd7468b1faeb9137c50da0a62f84b8fffa612c (patch)
treec8b0c6170a2fb15d2d3f073825a80b37a3420833 /external
parent0ed316642c46aa88be865e61a4d17b2df67b955a (diff)
downloadlibrcc-2edd7468b1faeb9137c50da0a62f84b8fffa612c.tar.gz
librcc-2edd7468b1faeb9137c50da0a62f84b8fffa612c.tar.bz2
librcc-2edd7468b1faeb9137c50da0a62f84b8fffa612c.tar.xz
librcc-2edd7468b1faeb9137c50da0a62f84b8fffa612c.zip
Add local include directories using top_srcdir instead of ..
Diffstat (limited to 'external')
-rw-r--r--external/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/Makefile.am b/external/Makefile.am
index 31cec9c..a9a1ac1 100644
--- a/external/Makefile.am
+++ b/external/Makefile.am
@@ -12,4 +12,4 @@ rccexternal_SOURCES= rccexternal.c compat.h \
rccexternal_LDADD= @GLIB2_LIBS@ @LIBTRANSLATE_LIBS@ @BDB_LIBS@
-AM_CPPFLAGS = @GLIB2_CFLAGS@ @LIBTRANSLATE_CFLAGS@ @BDB_INCLUDES@ -I../src
+AM_CPPFLAGS = @GLIB2_CFLAGS@ @LIBTRANSLATE_CFLAGS@ @BDB_INCLUDES@ -I${top_srcdir}/src