Unidiff1 files changed, 1 insertions, 0 deletions
|
|
|
@@ -58,6 +58,7 @@ $(OPIEDIR)/stamp-headers : |
58 | mkdir -p $(TOPDIR)/include/qpe \ |
58 | mkdir -p $(TOPDIR)/include/qpe \ |
59 | $(TOPDIR)/include/qtopia \ |
59 | $(TOPDIR)/include/qtopia \ |
60 | $(TOPDIR)/include/opie \ |
60 | $(TOPDIR)/include/opie \ |
| |
61 | $(TOPDIR)/include/opie2 \ |
61 | $(TOPDIR)/include/qtopia/private |
62 | $(TOPDIR)/include/qtopia/private |
62 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
63 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
63 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
64 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
|