diff options
author | Marcel Holtmann <marcel.holtmann@intel.com> | 2009-05-10 22:44:37 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel.holtmann@intel.com> | 2009-05-10 22:44:37 -0700 |
commit | 0acaee5e1e398eff591e302583db9aa640e16fea (patch) | |
tree | 0801b3d6f6dfdf3471c68effef179eab1d7267d1 /plugins | |
parent | f2e2cd7787b14eba5160f3ff4f1b2493e55d6f4d (diff) | |
download | ofono-0acaee5e1e398eff591e302583db9aa640e16fea.tar.bz2 |
Add directory for driver plugins
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e2ad41f0..b65bc731 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -22,7 +22,7 @@ builtin.h: list='$(builtin_modules)'; for i in $$list; \ do echo "extern struct ofono_plugin_desc __ofono_builtin_$$i;" >> $@; done echo "" >> $@ - echo "static struct ofono_plugin_desc *__ofono_builtin[] = {" >> $@ + echo "static struct ofono_plugin_desc *__ofono_plugins[] = {" >> $@ list='$(builtin_modules)'; for i in $$list; \ do echo "&__ofono_builtin_$$i," >> $@; done echo "NULL };" >> $@ |