aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2010-06-19 12:57:26 +0200
committerJohannes Obermayr <johannesobermayr@gmx.de>2010-06-19 12:57:26 +0200
commit88f73d5f435df7153590b5f8da964133f577b16b (patch)
tree033c98fcbe2a0dce04701e181becbf68dcd5d88b
parent209e6ce4ddf114494d6d72455690af819dcbf18c (diff)
downloadsvn2git-88f73d5f435df7153590b5f8da964133f577b16b.tar
svn2git-88f73d5f435df7153590b5f8da964133f577b16b.tar.gz
svn2git-88f73d5f435df7153590b5f8da964133f577b16b.tar.bz2
svn2git-88f73d5f435df7153590b5f8da964133f577b16b.tar.xz
svn2git-88f73d5f435df7153590b5f8da964133f577b16b.zip
Add proper APR_INCLUDE for openSUSE
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 2fbde10..a402ca1 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -3,7 +3,7 @@
######################################################################
SVN_INCLUDE = /usr/include/subversion-1
-APR_INCLUDE = /usr/include/apr-1.0
+APR_INCLUDE = /usr/include/apr-1.0 /usr/include/apr-1
exists(local-config.pri):include(local-config.pri)
TEMPLATE = app