X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2FMakefile.am;h=03792dcfcecb6927272d6178be7028fbbe4d99b4;hb=474789269b7656509f62339c17e62a55b6157d43;hp=dbf432f978030e452d11a6ba65fed3c67a7eaf1b;hpb=da8be3ae7b9b93203e37a0f0edac58b1408cc60b;p=flightgear.git diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index dbf432f97..03792dcfc 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -23,9 +23,9 @@ 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 \ + MapWidget.cxx MapWidget.hxx + INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src layout_test_SOURCES = layout-test.cxx