From: Karsten Ballüder Date: Thu, 18 Jun 1998 13:26:19 +0000 (+0000) Subject: added notebook.cpp X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/46bada707d86c82c0600099e159b77ef1e6f79b3 added notebook.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/Makefile.in b/src/Makefile.in index 130f9ac30d..864bcb0249 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -80,6 +80,7 @@ LIB_CPP_SRC=\ gtk/listbox.cpp \ gtk/mdi.cpp \ gtk/menu.cpp \ + gtk/notebook.cpp \ gtk/palette.cpp \ gtk/pen.cpp \ gtk/radiobox.cpp \