author | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
commit | 039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff) | |
tree | 3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/net | |
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-- | noncore/net/ftplib/ftplib.pro | 2 | ||||
-rw-r--r-- | noncore/net/opieftp/opieftp.pro | 2 | ||||
-rw-r--r-- | noncore/net/opieirc/opieirc.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/applet/applet.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/blue-pin.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/lib.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 2 | ||||
-rw-r--r-- | noncore/net/ubrowser/ubrowser.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/daemon/daemon.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/gui-x11.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/gui.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/wellenreiter.pro | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index 918ddf9..a36c5d7 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro @@ -7,4 +7,4 @@ INTERFACES = -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index f5d2af0..9819cf8 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/opieftp.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro index 3fe1961..37a6e85 100644 --- a/noncore/net/opieirc/opieirc.pro +++ b/noncore/net/opieirc/opieirc.pro @@ -25,4 +25,4 @@ LIBS += -lqpe -lopie -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) 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 @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ -include ( ../../../../include.pro ) +include ( $(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 @@ -30,4 +30,4 @@ TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ -include ( ../../../../include.pro ) +include ( $(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 @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ -include ( ../../../../include.pro ) +include ( $(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 @@ -46,4 +46,4 @@ TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/ubrowser/ubrowser.pro b/noncore/net/ubrowser/ubrowser.pro index 09a2c79..cd1a989 100644 --- a/noncore/net/ubrowser/ubrowser.pro +++ b/noncore/net/ubrowser/ubrowser.pro @@ -10,4 +10,4 @@ TARGET = ubrowser -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro index def42c0..30298d5 100644 --- a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro +++ b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro @@ -12,4 +12,4 @@ TARGET = orinoco_hopper -include ( ../../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 2599315..651af18 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro @@ -12,4 +12,4 @@ TARGET = wellenreiterd -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/gui/gui-x11.pro b/noncore/net/wellenreiter/gui/gui-x11.pro index 06b2c06..856e0b2 100644 --- a/noncore/net/wellenreiter/gui/gui-x11.pro +++ b/noncore/net/wellenreiter/gui/gui-x11.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 397da25..39eda52 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro index fd3b894..fb2e5e6 100644 --- a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro +++ b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 229440f..6784af4 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro @@ -3,4 +3,4 @@ unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) |