On Tue, Jun 21, 2011 at 12:31 PM, Marcel Holtmann <mar...@holtmann.org> wrote:
> Hi Lucas,
>
>>  Makefile.am |    5 ++++-
>>  1 files changed, 4 insertions(+), 1 deletions(-)
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index ac3999b..a640fa3 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -121,8 +121,11 @@ AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @CAPNG_CFLAGS@ 
>> @XTABLES_CFLAGS@ \
>>  INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
>>
>>  EXTRA_DIST = src/genbuiltin src/connman-dbus.conf src/connman-polkit.conf \
>> -             plugins/connman-nmcompat.conf
>> +             plugins/connman-nmcompat.conf src/main.conf
>>
>> +if DATAFILES
>> +config_DATA = src/main.conf
>> +endif
>
> actually we do not install this file on purpose since the default should
> be that ConnMan runs fine without this file. Only distributions that
> need to fine-tune things should install one. And in most cases this file
> should not be part of the ConnMan package, it will be part of some
> hardware specific package.

Humn... so maybe it's better not to print an error message saying we
didn't find the file?


regards,
Lucas De Marchi
_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to