Hi, fsotdld fails to build due to missing files libgps.vapi and fsotdl-2.0.deps in the tarball.
A patch is attached. Rico
>From 3b75507d23cce8e7d0fa45ab9cc8b9b4307ddd60 Mon Sep 17 00:00:00 2001 From: Rico Rommel <[email protected]> Date: Thu, 1 Nov 2012 10:17:06 +0100 Subject: [PATCH] fsotdld: include fsotdl-2.0.deps and libgps.vapi to distribution --- fsotdld/src/lib/Makefile.am | 4 ++++ fsotdld/src/plugins/provider_location_gpsd/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/fsotdld/src/lib/Makefile.am b/fsotdld/src/lib/Makefile.am index 8ea5484..8e41dcc 100644 --- a/fsotdld/src/lib/Makefile.am +++ b/fsotdld/src/lib/Makefile.am @@ -39,6 +39,10 @@ libfsotdl_la_LIBADD = \ $(NULL) libfsotdl_la_LDFLAGS = -no-undefined -avoid-version +EXTRA_DIST += \ + fsotdl-2.0.deps \ + $(NULL) + CLEANFILES = MAINTAINERCLEANFILES = \ Makefile.in \ diff --git a/fsotdld/src/plugins/provider_location_gpsd/Makefile.am b/fsotdld/src/plugins/provider_location_gpsd/Makefile.am index 5add9ce..d022be7 100644 --- a/fsotdld/src/plugins/provider_location_gpsd/Makefile.am +++ b/fsotdld/src/plugins/provider_location_gpsd/Makefile.am @@ -43,6 +43,10 @@ provider_location_gpsd_la_LIBADD = \ provider_location_gpsd_la_LDFLAGS = -no-undefined -module -avoid-version # provider_location_gpsd_la_LIBTOOLFLAGS = --tag=disable-static +EXTRA_DIST += \ + libgps.vapi \ + $(NULL) + CLEANFILES = MAINTAINERCLEANFILES = \ Makefile.in \ -- 1.7.10.4
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Smartphones-userland mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
