author | zecke <zecke> | 2003-09-01 16:31:24 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-09-01 16:31:24 (UTC) |
commit | 4e7703b3055562d93dc2d993f47888a3538429d2 (patch) (side-by-side diff) | |
tree | f06696c13e4ac04044c682d47c6cac0fa8e06df9 | |
parent | 4513097a6eb827a9bf91b96d098cb392442c77f3 (diff) | |
download | opie-4e7703b3055562d93dc2d993f47888a3538429d2.zip opie-4e7703b3055562d93dc2d993f47888a3538429d2.tar.gz opie-4e7703b3055562d93dc2d993f47888a3538429d2.tar.bz2 |
Link files from big-screen as well
-rw-r--r-- | Rules.make | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 .; ) |