summaryrefslogtreecommitdiff
path: root/Rules.make
Unidiff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index f0e463b..7fa0178 100644
--- a/Rules.make
+++ b/Rules.make
@@ -173,6 +173,8 @@ endif
173 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 173 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
174 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 174 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
175 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) 175 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )
176 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
177 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )
176 # all 178 # all
177ifeq ($(CONFIG_LIBOPIE),y) 179ifeq ($(CONFIG_LIBOPIE),y)
178 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 180 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \