-rw-r--r-- | Rules.make | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -178,5 +178,6 @@ $(OPIEDIR)/stamp-headers : $(TOPDIR)/include/opie2/private \ $(TOPDIR)/include/qtopia/private \ - $(TOPDIR)/include/sl + $(TOPDIR)/include/sl \ + $(TOPDIR)/include/opietooth ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) @@ -202,4 +203,5 @@ $(OPIEDIR)/stamp-headers : ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) + ( cd include/opietooth && ln -sf ../../noncore/net/opietooth/lib/*.h .; ) ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) @@ -221,6 +223,6 @@ $(OPIEDIR)/stamp-headers-x11 : $(TOPDIR)/include/opie2 \ $(TOPDIR)/include/opie2/private \ - $(TOPDIR)/include/sl - + $(TOPDIR)/include/sl \ + $(TOPDIR)/include/opietooth ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) @@ -245,4 +247,5 @@ $(OPIEDIR)/stamp-headers-x11 : ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) + ( cd include/opietooth && ln -s ../../noncore/net/opietooth/lib/*.h .; ) ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) |