summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2005-07-10 00:17:15 (UTC)
committer mickeyl <mickeyl>2005-07-10 00:17:15 (UTC)
commit6beec504619fec654e06c4242892a9f858636ffe (patch) (side-by-side diff)
tree39748e7b692103c8d63df3a30ef448d96d65086a /Rules.make
parent9b070d84b36c5dc764b6b4a8a3ca511d2e3d441f (diff)
downloadopie-6beec504619fec654e06c4242892a9f858636ffe.zip
opie-6beec504619fec654e06c4242892a9f858636ffe.tar.gz
opie-6beec504619fec654e06c4242892a9f858636ffe.tar.bz2
Add skeleton for the new Opie bluetooth and infrared library
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index 3ce2853..f41fcd0 100644
--- a/Rules.make
+++ b/Rules.make
@@ -193,6 +193,7 @@ $(OPIEDIR)/stamp-headers :
( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; )
# auxilliary libraries
( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
( cd include/sl && ln -sf ../../libslcompat/*.h .; )
@@ -235,6 +236,7 @@ $(OPIEDIR)/stamp-headers-x11 :
( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
+ ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; )
# auxilliary libraries
( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
( cd include/sl && ln -sf ../../libslcompat/*.h .; )