summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@linux.intel.com>2011-08-24 17:05:02 +0100
committeriain <iain@linux.intel.com>2011-09-26 13:00:09 +0100
commitedbc93c4052bbf3d49ed1798c8348f0413e377f8 (patch)
tree5c63800d3c532ee38539091fb729ca26b9e374e4
parent7004de140f94ee46f5bca3f472716480f59d9a49 (diff)
Build the new GypsyDiscovery object
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 98aab14..84bc785 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ gypsy_daemon_LDADD = \
NOINST_H_FILES = \
gypsy-client.h \
gypsy-debug.h \
+ gypsy-discovery.h \
gypsy-garmin-parser.h \
gypsy-marshal-internal.h \
gypsy-nmea-parser.h \
@@ -27,6 +28,7 @@ NOINST_H_FILES = \
gypsy_daemon_SOURCES = \
gypsy-client.c \
+ gypsy-discovery.c \
gypsy-garmin-parser.c \
gypsy-marshal-internal.c \
gypsy-nmea-parser.c \
@@ -40,6 +42,7 @@ BUILT_SOURCES = \
gypsy-marshal-internal.c \
gypsy-marshal-internal.h \
gypsy-client-glue.h \
+ gypsy-discovery-glue.h \
gypsy-server-glue.h
EXTRA_DIST = gypsy-marshal.list \
@@ -58,3 +61,6 @@ gypsy-server-glue.h: ../interfaces/gypsy-server.xml
gypsy-client-glue.h: ../interfaces/gypsy-client.xml
$(AM_V_GEN)$(DBUS_BINDING_TOOL) --prefix=gypsy_client --mode=glib-server $< > $@
+
+gypsy-discovery-glue.h: ../interfaces/gypsy-discovery.xml
+ $(AM_V_GEN)$(DBUS_BINDING_TOOL) --prefix=gypsy_discovery --mode=glib-server $< > $@