]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Multiplayer client/server system -- MessageBuf class and test harness complete
[flightgear.git] / src / GUI / Makefile.am
index 5ca85815f53b86a8b8e2e6f4724ad0769acce782..75f894c3ab936a426f3acb3b8869e1f317874be8 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libGUI.a
 
+EXTRA_DIST = net_dlg.cxx net_dlg.hxx
+
 if ENABLE_NETWORK_OLK
 NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
 else
@@ -8,6 +10,8 @@ endif
 
 libGUI_a_SOURCES = \
         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 \