diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-09-04 15:57:44 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-04 20:37:49 -0500 |
commit | af8b6cdbcc065d7bdb99f22c9cabcb965826ccb9 (patch) | |
tree | d980b504a86d694058661820a81d525b80885ad4 | |
parent | 4c5791a500a3e5fbc2bcf639b4e7446a926484f3 (diff) | |
download | ofono-af8b6cdbcc065d7bdb99f22c9cabcb965826ccb9.tar.bz2 |
Fix distcheck
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7b74f232..816c51f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ endif if ATMODEM builtin_modules += atmodem -builtin_sources += $(gatchat_sources) drivers/atmodem/at.h \ +builtin_sources += $(gatchat_sources) drivers/atmodem/atmodem.h \ drivers/atmodem/atmodem.c \ drivers/atmodem/call-settings.c \ drivers/atmodem/sms.c \ |