diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cef98928..9c567113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -248,7 +248,8 @@ builtin_modules += dunmodem builtin_sources += drivers/atmodem/atutil.h \ drivers/dunmodem/dunmodem.h \ drivers/dunmodem/dunmodem.c \ - drivers/dunmodem/network-registration.c + drivers/dunmodem/network-registration.c \ + drivers/dunmodem/gprs.c builtin_modules += hfpmodem builtin_sources += drivers/atmodem/atutil.h \ |