summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2004-02-25 23:15:18 (UTC)
committer mickeyl <mickeyl>2004-02-25 23:15:18 (UTC)
commit6f0aa2686fd58a152b4b37cef2f0f8f906a2a2c7 (patch) (side-by-side diff)
tree8147b57da84c5764deb5b1c0bc96a59f2de268ea /Rules.make
parentbc02df62015414179f2890e9bef9e4eddd95d0f5 (diff)
downloadopie-6f0aa2686fd58a152b4b37cef2f0f8f906a2a2c7.zip
opie-6f0aa2686fd58a152b4b37cef2f0f8f906a2a2c7.tar.gz
opie-6f0aa2686fd58a152b4b37cef2f0f8f906a2a2c7.tar.bz2
add the missing header creation. i always wonder how you guys compile
stuff without these changes... do you create them by hand? :D
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index bc00d7e..16b4ffa 100644
--- a/Rules.make
+++ b/Rules.make
@@ -113,6 +113,7 @@ $(OPIEDIR)/stamp-headers :
( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/backends/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )