summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make4
-rw-r--r--examples/opiebluez/opiebluez.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/Rules.make b/Rules.make
index f41fcd0..9eeb9f9 100644
--- a/Rules.make
+++ b/Rules.make
@@ -195,3 +195,3 @@ $(OPIEDIR)/stamp-headers :
195 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) 195 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
196 ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) 196 ( cd include/opie2 && ln -sf ../../libopie2/opiebluez/*.h .; )
197 # auxilliary libraries 197 # auxilliary libraries
@@ -238,3 +238,3 @@ $(OPIEDIR)/stamp-headers-x11 :
238 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) 238 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
239 ( cd include/opie2 && ln -sf ../../libopie2/opieshower/*.h .; ) 239 ( cd include/opie2 && ln -sf ../../libopie2/opiebluez/*.h .; )
240 # auxilliary libraries 240 # auxilliary libraries
diff --git a/examples/opiebluez/opiebluez.pro b/examples/opiebluez/opiebluez.pro
index 7e9fa8f..f3a9241 100644
--- a/examples/opiebluez/opiebluez.pro
+++ b/examples/opiebluez/opiebluez.pro
@@ -1,3 +1,3 @@
1TEMPLATE = subdirs 1TEMPLATE = subdirs
2SUBDIRS = oshowerdemo oshowertest 2SUBDIRS = obluezdemo oblueztest
3 3