diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-02 19:40:17 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-02 19:40:17 -0700 |
commit | a05c9f173d6f49e589abfd46bf9599bcd3385c14 (patch) | |
tree | 9297ec04d1981374e5ab81098296392b74a4063f | |
parent | 057860c4c7731a490c451b8c7c3d68e4257159ee (diff) | |
download | ofono-a05c9f173d6f49e589abfd46bf9599bcd3385c14.tar.bz2 |
Fixing missing vendor.h in distribution
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 49187463..2c8b8ce2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,8 @@ builtin_sources += $(gatchat_sources) drivers/atmodem/at.h \ drivers/atmodem/call-barring.c \ drivers/atmodem/phonebook.c \ drivers/atmodem/ssn.c \ - drivers/atmodem/devinfo.c + drivers/atmodem/devinfo.c \ + drivers/atmodem/vendor.h builtin_modules += modemconf builtin_sources += plugins/modemconf.c |