author | mickeyl <mickeyl> | 2005-07-10 00:17:15 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-10 00:17:15 (UTC) |
commit | 6beec504619fec654e06c4242892a9f858636ffe (patch) (side-by-side diff) | |
tree | 39748e7b692103c8d63df3a30ef448d96d65086a | |
parent | 9b070d84b36c5dc764b6b4a8a3ca511d2e3d441f (diff) | |
download | opie-6beec504619fec654e06c4242892a9f858636ffe.zip opie-6beec504619fec654e06c4242892a9f858636ffe.tar.gz opie-6beec504619fec654e06c4242892a9f858636ffe.tar.bz2 |
Add skeleton for the new Opie bluetooth and infrared library
-rw-r--r-- | Rules.make | 2 | ||||
-rw-r--r-- | packages | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -195,2 +195,3 @@ $(OPIEDIR)/stamp-headers : ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) + ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) # auxilliary libraries @@ -237,2 +238,3 @@ $(OPIEDIR)/stamp-headers-x11 : ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) + ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) # auxilliary libraries @@ -53,2 +53,3 @@ CONFIG_EXAMPLE_LIBOPIE2NET examples/opienet opienet.pro CONFIG_EXAMPLE_LIBOPIE2PIM examples/opiepim opiepim.pro +CONFIG_EXAMPLE_LIBOPIE2SHOWER examples/opieshower opieshower.pro CONFIG_EXAMPLE_LIBOPIE2SECURITY examples/opiesecurity opiesecurity.pro @@ -97,2 +98,3 @@ CONFIG_LIBOPIE2NET libopie2/opienet opienet.pro CONFIG_LIBOPIE2PIM libopie2/opiepim opiepim.pro +CONFIG_LIBOPIE2SHOWER libopie2/opieshower opieshower.pro CONFIG_LIBOPIE2SECURITY libopie2/opiesecurity opiesecurity.pro |