summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@linux.intel.com>2011-08-24 17:19:43 +0100
committeriain <iain@linux.intel.com>2011-09-26 13:00:30 +0100
commitd1b3c4096f4ed0cbf3a32e4ff0b94a123d3b244f (patch)
treec3ddea9a0f1867b2fef088e730f5cddd6f59826d
parente9c5f7e4cca9aa3f721284cc0c8cfbcc2a5a6663 (diff)
Build the clientside object
-rw-r--r--gypsy/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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