author | simon <simon> | 2002-03-20 21:39:30 (UTC) |
---|---|---|
committer | simon <simon> | 2002-03-20 21:39:30 (UTC) |
commit | 0b39bb8d62f67a86128a6bd16afbd2aae004637c (patch) (unidiff) | |
tree | ecdcce5d050fa660a659b4b4550708a55519ae1f | |
parent | 011c84e728826d6f90ff6b15198308f3f9b9135a (diff) | |
download | opie-0b39bb8d62f67a86128a6bd16afbd2aae004637c.zip opie-0b39bb8d62f67a86128a6bd16afbd2aae004637c.tar.gz opie-0b39bb8d62f67a86128a6bd16afbd2aae004637c.tar.bz2 |
- create symlinks for include/opie/*.h
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -135,4 +135,8 @@ mkdir -p include/qpe | |||
135 | ( cd include/qpe && rm -f *.h; ln -s ../../library/*.h .; ln -s ../../library/backend/*.h .; rm -f *_p.h; ) | 135 | ( cd include/qpe && rm -f *.h; ln -s ../../library/*.h .; ln -s ../../library/backend/*.h .; rm -f *_p.h; ) |
136 | 136 | ||
137 | mkdir -p include/opie | ||
138 | ( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; ) | ||
139 | |||
140 | |||
137 | echo Creating makefiles... | 141 | echo Creating makefiles... |
138 | 142 | ||