summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/net/opietooth
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 'noncore/net/opietooth') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/applet.pro2
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro2
-rw-r--r--noncore/net/opietooth/lib/lib.pro2
-rw-r--r--noncore/net/opietooth/manager/manager.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index d713708..6b68284 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -26,7 +26,7 @@ TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \
26 ../../../../i18n/sl/libbluetoothapplet.ts \ 26 ../../../../i18n/sl/libbluetoothapplet.ts \
27 ../../../../i18n/zh_CN/libbluetoothapplet.ts \ 27 ../../../../i18n/zh_CN/libbluetoothapplet.ts \
28 ../../../../i18n/zh_TW/libbluetoothapplet.ts 28 ../../../../i18n/zh_TW/libbluetoothapplet.ts
29 29
30 30
31 31
32include ( ../../../../include.pro ) 32include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 27295da..37c6ae8 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -27,7 +27,7 @@ TRANSLATIONS = ../../../../i18n/de/bluepin.ts \
27 ../../../../i18n/sl/bluepin.ts \ 27 ../../../../i18n/sl/bluepin.ts \
28 ../../../../i18n/zh_CN/bluepin.ts \ 28 ../../../../i18n/zh_CN/bluepin.ts \
29 ../../../../i18n/zh_TW/bluepin.ts 29 ../../../../i18n/zh_TW/bluepin.ts
30 30
31 31
32 32
33include ( ../../../../include.pro ) 33include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index a021941..88df1fb 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -24,7 +24,7 @@ TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \
24 ../../../../i18n/sl/libopietooth.ts \ 24 ../../../../i18n/sl/libopietooth.ts \
25 ../../../../i18n/zh_CN/libopietooth.ts \ 25 ../../../../i18n/zh_CN/libopietooth.ts \
26 ../../../../i18n/zh_TW/libopietooth.ts 26 ../../../../i18n/zh_TW/libopietooth.ts
27 27
28 28
29 29
30include ( ../../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index f3599bb..9249d8d 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -43,7 +43,7 @@ TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \
43 ../../../../i18n/sl/bluetooth-manager.ts \ 43 ../../../../i18n/sl/bluetooth-manager.ts \
44 ../../../../i18n/zh_CN/bluetooth-manager.ts \ 44 ../../../../i18n/zh_CN/bluetooth-manager.ts \
45 ../../../../i18n/zh_TW/bluetooth-manager.ts 45 ../../../../i18n/zh_TW/bluetooth-manager.ts
46 46
47 47
48 48
49include ( ../../../../include.pro ) 49include ( $(OPIEDIR)/include.pro )