diff options
Diffstat (limited to 'Makefile.obexd')
-rw-r--r-- | Makefile.obexd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.obexd b/Makefile.obexd index 37a133455..5d1a4ff65 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -82,6 +82,7 @@ obexd_src_obexd_SOURCES = $(btio_sources) $(gobex_sources) \ obexd/src/map_ap.h obexd_src_obexd_LDADD = lib/libbluetooth-internal.la \ gdbus/libgdbus-internal.la \ + src/libshared-glib.la \ $(ICAL_LIBS) $(DBUS_LIBS) $(LIBEBOOK_LIBS) \ $(LIBEDATASERVER_LIBS) $(GLIB_LIBS) -ldl |