]> git.mxchange.org Git - flightgear.git/commitdiff
Add a missing source file.
authorcurt <curt>
Thu, 5 Jun 2003 03:43:43 +0000 (03:43 +0000)
committercurt <curt>
Thu, 5 Jun 2003 03:43:43 +0000 (03:43 +0000)
src/GUI/Makefile.am

index 7d6d59b82a57e6a68f4501fbc47a9f5f1b557475..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