]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
return attribute mask as unsigned
[flightgear.git] / src / GUI / Makefile.am
index 22ec44d2fe61a8240c2bc209676dfe2e9563aba8..f858803ab1321cd8dc1382acc4b16fb42902cc38 100644 (file)
@@ -1,11 +1,21 @@
 noinst_LIBRARIES = libGUI.a
+noinst_PROGRAMS = layout-test
 
 libGUI_a_SOURCES = \
-       apt_dlg.cxx apt_dlg.hxx \
-       gui.cxx gui.h \
-       gui_local.cxx gui_local.hxx \
-       mouse.cxx \
-       net_dlg.cxx net_dlg.hxx \
-       trackball.c trackball.h
-
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+        new_gui.cxx new_gui.hxx \
+        dialog.cxx dialog.hxx \
+       menubar.cxx menubar.hxx \
+       gui.cxx gui.h gui_funcs.cxx \
+       mouse.cxx fonts.cxx \
+       AirportList.cxx AirportList.hxx \
+        property_list.cxx property_list.hxx \
+        layout.cxx layout-props.cxx layout.hxx \
+       SafeTexFont.cxx SafeTexFont.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)