From d1b3c4096f4ed0cbf3a32e4ff0b94a123d3b244f Mon Sep 17 00:00:00 2001 From: iain Date: Wed, 24 Aug 2011 17:19:43 +0100 Subject: Build the clientside object --- gypsy/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gypsy/Makefile.am b/gypsy/Makefile.am index 4ce9083..e008df2 100644 --- a/gypsy/Makefile.am +++ b/gypsy/Makefile.am @@ -4,7 +4,8 @@ BUILT_SOURCES = \ gypsy-marshal.c \ gypsy-marshal.h \ gypsy-server-bindings.h \ - gypsy-client-bindings.h + gypsy-client-bindings.h \ + gypsy-discovery-bindings.h libgypsy_la_SOURCES = \ $(BUILT_SOURCES) \ @@ -13,6 +14,7 @@ libgypsy_la_SOURCES = \ gypsy-control.c \ gypsy-course.c \ gypsy-device.c \ + gypsy-discovery.c \ gypsy-position.c \ gypsy-satellite.c \ gypsy-time.c @@ -30,6 +32,7 @@ gypsy_headers = \ gypsy-control.h \ gypsy-course.h \ gypsy-device.h \ + gypsy-discovery.h \ gypsy-position.h \ gypsy-satellite.h \ gypsy-time.h -- cgit v1.2.3