From: Tim Moore Date: Mon, 22 Feb 2010 08:32:32 +0000 (+0100) Subject: remove trailing slash / empty line from Makefile.am X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=247219d1f1ac08f9044b819676997b8cfc23fdb9;p=flightgear.git remove trailing slash / empty line from Makefile.am --- diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index d0ede62b6..dbf432f97 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -23,8 +23,8 @@ libGUI_a_SOURCES = \ property_list.cxx property_list.hxx \ layout.cxx layout-props.cxx layout.hxx \ SafeTexFont.cxx SafeTexFont.hxx \ - WaypointList.cxx WaypointList.hxx \ - + WaypointList.cxx WaypointList.hxx + INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src