summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index d4ccf44..4833b11 100644
--- a/Rules.make
+++ b/Rules.make
@@ -20,3 +20,3 @@ else
endif
-ifneq ($(CONFIG_QUICK_LAUNCH),)
+ifeq ($(CONFIG_QUICK_LAUNCH),)
echo contains\( CONFIG, quick-app \) \{ >> $@
@@ -78,2 +78,3 @@ $(OPIEDIR)/stamp-headers :
( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
+ ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )