From 8cf5a8cc900569f2cd18b8ab3b28a84bf2f56817 Mon Sep 17 00:00:00 2001 From: martin-s Date: Wed, 9 Mar 2011 11:31:53 +0000 Subject: [PATCH] Fix:Core:Made source compileable git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4316 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/navit/Makefile.am b/navit/navit/Makefile.am index 7a96767..8203d8a 100644 --- a/navit/navit/Makefile.am +++ b/navit/navit/Makefile.am @@ -53,7 +53,7 @@ lib@LIBNAVIT@_la_SOURCES = announcement.c atom.c attr.c cache.c callback.c comma linguistics.c mapset.c maptype.c menu.c messages.c bookmarks.c bookmarks.h navit.c navigation.c osd.c param.c phrase.c plugin.c popup.c \ profile.c projection.c roadprofile.c route.c routech.c search.c speech.c start_real.c transform.c track.c \ util.c vehicle.c vehicleprofile.c xmlconfig.c announcement.h atom.h attr.h attr_def.h cache.h callback.h color.h command.h compass.h config_.h coord.h country.h \ - data.h data_window.h data_window_int.h debug.h destination.h draw_info.h endianess.h event.h \ + android.h data.h data_window.h data_window_int.h debug.h destination.h draw_info.h endianess.h event.h \ file.h graphics.h gtkext.h gui.h item.h item_def.h keys.h log.h layer.h layout.h linguistics.h main.h map-share.h map.h\ map_data.h mapset.h maptype.h menu.h messages.h navigation.h navit.h osd.h \ param.h phrase.h plugin.h point.h plugin_def.h projection.h popup.h route.h profile.h roadprofile.h search.h speech.h start_real.h \ -- 2.7.4