From c1b8ac0a83a7ed016aa3d84521983226e905b6ab Mon Sep 17 00:00:00 2001 From: Rémi Denis-Courmont Date: Thu, 25 Jun 2009 14:52:46 +0300 Subject: ofonod: missing dependencies on convenience libraries Without this, plain "make" does not work properly when gatchat or gisi, or one of the built-in drivers or plugins are modified. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 5fe577be..baa58b70 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,9 @@ ofonod_LDADD = $(top_builddir)/plugins/libbuiltin.la \ ofonod_LDFLAGS = -Wl,--export-dynamic -Wl,--version-script=ofono.ver -ofonod_DEPENDENCIES = ofono.ver +ofonod_DEPENDENCIES = ofono.ver \ + @GATCHAT_LIBS@ @GISI_LIBS@ ../gdbus/libgdbus.la \ + ../drivers/libbuiltin.la ../plugins/libbuiltin.la CLEANFILES = ofono.ver ofono.exp -- cgit v1.2.3