summaryrefslogtreecommitdiff
path: root/noncore/styles
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 /noncore/styles
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/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/flat/flat.pro2
-rw-r--r--noncore/styles/fresh/fresh.pro2
-rw-r--r--noncore/styles/liquid/liquid.pro2
-rw-r--r--noncore/styles/metal/metal.pro2
-rw-r--r--noncore/styles/theme/theme.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro
index 796697b..ed25d5c 100644
--- a/noncore/styles/flat/flat.pro
+++ b/noncore/styles/flat/flat.pro
@@ -12,4 +12,4 @@ VERSION = 1.0.0
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro
index 2603909..88a8de3 100644
--- a/noncore/styles/fresh/fresh.pro
+++ b/noncore/styles/fresh/fresh.pro
@@ -12,4 +12,4 @@ VERSION = 1.0.0
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro
index 588b373..da65982 100644
--- a/noncore/styles/liquid/liquid.pro
+++ b/noncore/styles/liquid/liquid.pro
@@ -35,4 +35,4 @@ TRANSLATIONS = ../../../i18n/de/libliquid.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro
index 6c38a2d..3b88588 100644
--- a/noncore/styles/metal/metal.pro
+++ b/noncore/styles/metal/metal.pro
@@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/libmetal.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
index 8865fbc..75fd87a 100644
--- a/noncore/styles/theme/theme.pro
+++ b/noncore/styles/theme/theme.pro
@@ -38,4 +38,4 @@ TRANSLATIONS = ../../../i18n/de/libtheme.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )