summaryrefslogtreecommitdiff
path: root/src/gsmd/Makefile.am
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-06-02 13:45:46 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-06-02 13:45:46 +0000
commit028df7942f5ac593e116aac0d192d8a8201e8093 (patch)
tree470f5fe25076818b3bbfe931bd6d5d2ce8452f24 /src/gsmd/Makefile.am
parent9c50224314e4316837d2fa0cccddc01482dbc0fe (diff)
Add 'modem alive' detection. We inquire every five minutes if the modem is still alive.
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2130 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/Makefile.am')
-rw-r--r--src/gsmd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsmd/Makefile.am b/src/gsmd/Makefile.am
index f874fca..49d96e3 100644
--- a/src/gsmd/Makefile.am
+++ b/src/gsmd/Makefile.am
@@ -6,7 +6,7 @@ sbin_PROGRAMS = gsmd
gsmd_CFLAGS = -D PLUGINDIR=\"$(plugindir)\"
gsmd_SOURCES = gsmd.c atcmd.c select.c machine.c vendor.c unsolicited.c log.c \
- usock.c talloc.c operator_cache.c ext_response.c
+ usock.c talloc.c timer.c operator_cache.c ext_response.c
gsmd_LDADD = -ldl
gsmd_LDFLAGS = -Wl,--export-dynamic
personal git repositories of Harald Welte. Your mileage may vary