diff options
author | RĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-06-25 14:52:46 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2009-06-29 21:01:35 +0300 |
commit | c1b8ac0a83a7ed016aa3d84521983226e905b6ab (patch) | |
tree | 9043cf7f114eebef238b08d22cbcdb51554e4160 /src | |
parent | 99a425cca7993711eec6bc0f4d1a785d164e09a9 (diff) | |
download | ofono-c1b8ac0a83a7ed016aa3d84521983226e905b6ab.tar.bz2 |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |