summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-06-13 21:22:59 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2010-06-14 03:33:28 +0300
commitc7c839eb89e3c4f288a79ed1812128fd2e4ed0af (patch)
treec3b43861c2692bdc404e3a8986df7b8ae96a3616 /Makefile
parentc030eccc7f613e736852ac2d8c9d1120fca67862 (diff)
Add pn_buffer
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 4978e49..6decf93 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ endif
test: test.o pn_core.o pn_session.o pn_node.o \
pn_trans.o pn_cmd_node.o pn_ns.o \
- pn_log.o pn_printf.o
+ pn_log.o pn_printf.o pn_buffer.o
test: override CFLAGS += $(GIO_CFLAGS)
test: override LIBS += $(GIO_LIBS)