From 22e24e6b4d00ddabdbf2b95b52c10a8e559c169c Mon Sep 17 00:00:00 2001 From: martin-s Date: Fri, 11 Apr 2008 19:49:05 +0000 Subject: [PATCH] Fix:Core:Added missing file to Makefile git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1002 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/src/Makefile.am b/navit/src/Makefile.am index 3ec369f..7b85d32 100644 --- a/navit/src/Makefile.am +++ b/navit/src/Makefile.am @@ -18,7 +18,7 @@ navit_SOURCES = attr.c callback.c compass.c coord.c country.c cursor.c data_wind mapset.c maptype.c menu.c navit.c navigation.c osd.c param.c phrase.c plugin.c popup.c \ profile.c projection.c route.c search.c speech.c transform.c track.c \ util.c vehicle.c xmlconfig.c attr.h attr_def.h callback.h color.h compass.h coord.h country.h \ - cursor.h data.h data_window.h data_window_int.h debug.h destination.h draw_info.h endianess.h \ + cursor.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 log.h layer.h layout.h main.h map-share.h map.h\ map_data.h mapset.h maptype.h menu.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 search.h speech.h \ -- 2.7.4