From: Vadim Zeitlin Date: Mon, 3 Aug 1998 22:59:50 +0000 (+0000) Subject: added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3e6e1b5d3e939897b307d02aef32fc8ea1300a2 added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/Makefile.in b/src/Makefile.in index 2f5985ebe5..2a19066cba 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -65,6 +65,8 @@ LIB_CPP_SRC=\ common/mstream.cpp \ common/zstream.cpp \ common/objstrm.cpp \ + common/framecmn.cpp \ + common/wincmn.cpp \ \ gtk/app.cpp \ gtk/bitmap.cpp \