author | mickeyl <mickeyl> | 2006-05-04 10:09:36 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-04 10:09:36 (UTC) |
commit | 0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca (patch) (side-by-side diff) | |
tree | 4b59e6c9cfb29321993139f2dff041b79fbfc068 | |
parent | b5d4d3425bc7f9d2518a15159f4a7b01071a68d7 (diff) | |
download | opie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.zip opie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.tar.gz opie-0430a18e64df0cdfc1e468a7f7bbe77efc63d0ca.tar.bz2 |
stage opietooth library headers
-rw-r--r-- | Rules.make | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -179,3 +179,4 @@ $(OPIEDIR)/stamp-headers : $(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; ) @@ -203,2 +204,3 @@ $(OPIEDIR)/stamp-headers : ( 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 .; ) @@ -222,4 +224,4 @@ $(OPIEDIR)/stamp-headers-x11 : $(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; ) @@ -246,2 +248,3 @@ $(OPIEDIR)/stamp-headers-x11 : ( 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 .; ) |