[PATCH 1/1] install data file
Marcel Holtmann
marcel at holtmann.org
Wed Mar 10 08:58:56 PST 2010
Hi Martin,
> Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index fcee5e6..007d5b9 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -45,7 +45,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src
>
> CLEANFILES = src/control.moc $(nodist_src_phonesim_SOURCES)
>
> -EXTRA_DIST = src/controlbase.ui src/default.xml src/GSMSpecification.xml
> +dist_pkgdata_DATA = src/controlbase.ui src/moblin.xml src/GSMSpecification.xml
>
this looks wrong. You should not be installing src/controlbase.ui and
don't bother installing GSMSpecification.xml. I just put that into the
source code for reference.
Also if you wanna install default.xml, then it needs to be installed
in /etc/phonesim/ and not just somewhere.
Please run a "make install DESTDIR=$PWD/x" as normal user from the build
directory of phonesim. Then "find x" will show you the directory layout
of the installation.
Regards
Marcel
More information about the ofono
mailing list