summaryrefslogtreecommitdiff
path: root/libsql
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /libsql
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'libsql') (more/less context) (ignore whitespace changes)
-rw-r--r--libsql/libopiesql.pro2
-rw-r--r--libsql/test/spaltenweise.pro2
-rw-r--r--libsql/test/test.pro2
-rw-r--r--libsql/test/zeilenweise.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro
index 4fc6cc7..75b9c7e 100644
--- a/libsql/libopiesql.pro
+++ b/libsql/libopiesql.pro
@@ -28,4 +28,4 @@ LIBS += -lsqlite
-include ( ../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/spaltenweise.pro b/libsql/test/spaltenweise.pro
index af68407..f54fada 100644
--- a/libsql/test/spaltenweise.pro
+++ b/libsql/test/spaltenweise.pro
@@ -10,4 +10,4 @@ TARGET = spaltenweise
-include ( ../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/test.pro b/libsql/test/test.pro
index d756189..83ecb44 100644
--- a/libsql/test/test.pro
+++ b/libsql/test/test.pro
@@ -10,4 +10,4 @@ TARGET = sqltest
-include ( ../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/zeilenweise.pro b/libsql/test/zeilenweise.pro
index 3e69897..e5cfcc7 100644
--- a/libsql/test/zeilenweise.pro
+++ b/libsql/test/zeilenweise.pro
@@ -10,4 +10,4 @@ TARGET = zeilenweise
-include ( ../../include.pro )
+include ( $(OPIEDIR)/include.pro )