From 3026b93e266558671bd361b6c07546f8174974bc Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 10 Mar 2007 22:05:17 +0000 Subject: * include stdio from talloc.h * add new generic extended-response parser * add operator cache, using ext-resp-parser * add proper detection of supported %CPI modes and select highest available one * add %CTZV to vendor_ti init string git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1316 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/gsmd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gsmd/Makefile.am') diff --git a/src/gsmd/Makefile.am b/src/gsmd/Makefile.am index b431ec5..940f610 100644 --- a/src/gsmd/Makefile.am +++ b/src/gsmd/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -std=gnu99 sbin_PROGRAMS = gsmd gsmd_SOURCES = gsmd.c atcmd.c select.c vendor.c usock.c unsolicited.c log.c \ - vendor_ti.c talloc.c + vendor_ti.c talloc.c operator_cache.c ext_response.c #gsmd_LDADD = ../libgsmd/libgsmd.la #gsmd_LDFLAGS = -dynamic -- cgit v1.2.3