diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-08 02:18:34 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-08 02:18:34 +0200 |
| commit | 53166efd73237bdbe762b832050ce7ae08f49b33 (patch) | |
| tree | 1b6b5cf0729fb7c503e298e9c2526ed4a9898e24 /io/lib/Makefile | |
| parent | 88c9e7588efbf948cafdd0421665388da63cbe89 (diff) | |
libdistrio_io: implement some generic functions
like get/set id/name for analog and digital io
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'io/lib/Makefile')
| -rw-r--r-- | io/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/lib/Makefile b/io/lib/Makefile index 4b79e01..008e98f 100644 --- a/io/lib/Makefile +++ b/io/lib/Makefile @@ -27,7 +27,7 @@ all: $(OBJ) idl: $(TAO_IDL) -GI -I$(DISTRIO_BASE)interfaces \ $(DISTRIO_BASE)interfaces/$(COMPONENT).idl - rm -f $(COMPONENT)I.cpp + rm -f $(COMPONENT)I.* .PHONY: idl_clean idl_clean: |
