summaryrefslogtreecommitdiff
path: root/configure
authorkergoth <kergoth>2002-10-07 22:48:50 (UTC)
committer kergoth <kergoth>2002-10-07 22:48:50 (UTC)
commitcdc6cad191b866d481085da1d05806afb5602b2c (patch) (side-by-side diff)
tree8bef8b67fe4c3c33350a22f2b1ea76f47ad0e810 /configure
parent8df996ac47b44e6af8d81aeb9e414e6302ad749b (diff)
downloadopie-cdc6cad191b866d481085da1d05806afb5602b2c.zip
opie-cdc6cad191b866d481085da1d05806afb5602b2c.tar.gz
opie-cdc6cad191b866d481085da1d05806afb5602b2c.tar.bz2
Symlink .h files from libopie/pim/
Diffstat (limited to 'configure') (more/less context) (ignore whitespace changes)
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b6800dc..7949bf4 100755
--- a/configure
+++ b/configure
@@ -143,6 +143,7 @@ mkdir -p include/qtopia/private
mkdir -p include/opie
( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; )
( cd include/opie && ln -s ../../libsql/*.h .; )
+( cd include/opie && ln -s ../../libopie/pim/*.h .; )
echo Creating makefiles...