examples/Makefile.in
changeset 158 b505f7116a1c
parent 156 515d11cb496e
child 166 b6fbc1c59a44
--- a/examples/Makefile.in	Thu Apr 12 17:11:16 2007 +0200
+++ b/examples/Makefile.in	Fri Apr 13 10:57:03 2007 +0200
@@ -47,4 +47,12 @@
 	$(MAKE) -C TestMasterSlave $@
 endif
 
+install:
+ifeq ($(TARGET),unix)
+	$(MAKE) -C TestMasterSlave $@
+endif
 
+uninstall:
+ifeq ($(TARGET),unix)
+	$(MAKE) -C TestMasterSlave $@
+endif