author | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
commit | 039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff) | |
tree | 3ad1716b648f54cf63b91358bad5d072938f7b6a /x11 | |
parent | a30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff) | |
download | opie-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.
-rw-r--r-- | x11/ipc/server/ocopserver.pro | 2 | ||||
-rw-r--r-- | x11/ipc/server/server.pro | 2 | ||||
-rw-r--r-- | x11/libqpe-x11/libqpe-x11.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro index b6d4af5..496b782 100644 --- a/x11/ipc/server/ocopserver.pro +++ b/x11/ipc/server/ocopserver.pro | |||
@@ -11,4 +11,4 @@ TARGET = ocopserver | |||
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | include ( ../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro index b6d4af5..496b782 100644 --- a/x11/ipc/server/server.pro +++ b/x11/ipc/server/server.pro | |||
@@ -11,4 +11,4 @@ TARGET = ocopserver | |||
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | include ( ../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index b61ba3f..b96d347 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -144,4 +144,4 @@ VERSION = 1.5.0.1 | |||
144 | 144 | ||
145 | 145 | ||
146 | 146 | ||
147 | include ( ../../include.pro ) | 147 | include ( $(OPIEDIR)/include.pro ) |