summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-06-13 02:56:20 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2010-06-14 03:13:31 +0300
commit6d8d5d2f5ede85d5b03555bc28d23e3729e49015 (patch)
tree6a207731829aca30fd97babe16a0a06aa82c9298 /Makefile
parentd9bfd9b8d15c4acaad97bc15bd08541c2515ece5 (diff)
Add pn_cmd_node
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13f16a1..c1548e1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ QUIET_CLEAN = @echo ' CLEAN '$@;
endif
test: test.o pn_core.o pn_session.o pn_node.o \
- pn_trans.o \
+ pn_trans.o pn_cmd_node.o \
pn_log.o pn_printf.o
test: override CFLAGS += $(GIO_CFLAGS)
test: override LIBS += $(GIO_LIBS)