projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a425c
)
ofonod: missing dependencies on convenience libraries
author
Rémi Denis-Courmont
<remi.denis-courmont@nokia.com>
Thu, 25 Jun 2009 11:52:46 +0000
(14:52 +0300)
committer
Aki Niemi
<aki.niemi@nokia.com>
Mon, 29 Jun 2009 18:01:35 +0000
(21:01 +0300)
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
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
5fe577b
..
baa58b7
100644
(file)
--- 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