Revision 60da7a2f Makefile

View differences:

Makefile
30 30

  
31 31
# include paths
32 32
URTWARE_INC = $(URTWARE_DIR:/=) \
33
              $(URTWARE_DIR)inc 
33
              $(URTWARE_DIR)inc
34 34

  
35 35
# C sources
36 36
URTWARE_CSRC = $(URTWARE_DIR)src/urt_core.c \
37
               $(URTWARE_DIR)src/urt_node.c
37
               $(URTWARE_DIR)src/urt_node.c \
38
							 $(URTWARE_DIR)src/urt_message.c \
39
							 $(URTWARE_DIR)src/urt_publisher.c \
40
							 $(URTWARE_DIR)src/urt_subscriber.c \
41
							 $(URTWARE_DIR)src/urt_topic.c \
38 42

  
39 43
# C++ sources
40 44
URTWARE_CPPSRC =

Also available in: Unified diff