From 039367f738688f9484a487db8720a5bd2ad5878f Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 24 Jan 2003 01:29:06 +0000 Subject: 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. --- (limited to 'noncore/styles') 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 ) -- cgit v0.9.0.2