]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
add fonts.cxx file
[flightgear.git] / src / GUI / Makefile.am
index e628743858377ef34d74d3de3ee3408c590456a8..e78139c6f5c962b17850767019a6ee44f4e35678 100644 (file)
@@ -1,20 +1,25 @@
 noinst_LIBRARIES = libGUI.a
-
-if ENABLE_NETWORK_OLK
-NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
-else
-NETWORK_SRCS = 
-endif
+noinst_PROGRAMS = layout-test
 
 libGUI_a_SOURCES = \
-       apt_dlg.cxx apt_dlg.hxx \
         new_gui.cxx new_gui.hxx \
+        dialog.cxx dialog.hxx \
+       menubar.cxx menubar.hxx \
        gui.cxx gui.h gui_funcs.cxx \
        gui_local.cxx gui_local.hxx \
-       mouse.cxx \
-       $(NETWORK_SRCS) \
+       mouse.cxx fonts.cxx \
+       preset_dlg.cxx preset_dlg.hxx \
        prop_picker.cxx prop_picker.hxx \
        sgVec3Slider.cxx sgVec3Slider.hxx \
-       trackball.c trackball.h
+       trackball.c trackball.h \
+       puList.cxx puList.hxx \
+       AirportList.cxx AirportList.hxx \
+        layout.cxx layout-props.cxx layout.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+
+layout_test_SOURCES = layout-test.cxx
+
+layout_test_LDADD = libGUI.a \
+                    -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
+                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)