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 3ce2853..f41fcd0 100644
--- a/Rules.make
+++ b/Rules.make
@@ -193,6 +193,7 @@ $(OPIEDIR)/stamp-headers :
193 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) 193 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
194 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) 194 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
195 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) 195 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
196 ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; )
196 # auxilliary libraries 197 # auxilliary libraries
197 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 198 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
198 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 199 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
@@ -235,6 +236,7 @@ $(OPIEDIR)/stamp-headers-x11 :
235 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) 236 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
236 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) 237 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
237 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) 238 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
239 ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; )
238 # auxilliary libraries 240 # auxilliary libraries
239 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 241 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
240 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 242 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )