1
0
Fork 0

Add a missing source file.

This commit is contained in:
curt 2003-06-05 03:43:43 +00:00
parent b8130ff2af
commit 383c91b818

View 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