X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0efe5ba76e45711cad627222905a55c7e04adf9a..af23d90aa30a356a678212b9bd37f30936dc9e3f:/src/gtk/Makefile.am diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index edda346de0..bc745946f1 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -29,6 +29,8 @@ libwx_gtk_la_SOURCES = \ win_gtk.c \ extended.c \ parser.c \ + gsocket.c \ + gsockgtk.c \ \ cmndata.cpp \ config.cpp \ @@ -80,11 +82,12 @@ libwx_gtk_la_SOURCES = \ resource.cpp \ sckaddr.cpp \ sckfile.cpp \ - sckint.cpp \ sckipc.cpp \ sckstrm.cpp \ serbase.cpp \ + sizer.cpp \ socket.cpp \ + strconv.cpp \ stream.cpp \ string.cpp \ tbarbase.cpp \ @@ -107,24 +110,27 @@ libwx_gtk_la_SOURCES = \ wxchar.cpp \ wxexpr.cpp \ zstream.cpp \ - zipstream.cpp \ + zipstrm.cpp \ \ db.cpp \ dbtable.cpp \ \ busyinfo.cpp \ caret.cpp \ + choicdgg.cpp \ colrdlgg.cpp \ dcpsg.cpp \ dirdlgg.cpp \ - extdlgg.cpp \ fontdlgg.cpp \ gridg.cpp \ helpext.cpp \ + helpwxht.cpp \ helphtml.cpp \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ + msgdlgg.cpp \ + numdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -137,6 +143,7 @@ libwx_gtk_la_SOURCES = \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ + textdlgg.cpp \ tipdlg.cpp \ treectrl.cpp \ \ @@ -152,7 +159,6 @@ libwx_gtk_la_SOURCES = \ checkbox.cpp \ checklst.cpp \ choice.cpp \ - choicdlg.cpp \ clipbrd.cpp \ colour.cpp \ combobox.cpp \ @@ -177,7 +183,6 @@ libwx_gtk_la_SOURCES = \ mdi.cpp \ menu.cpp \ minifram.cpp \ - msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -194,7 +199,6 @@ libwx_gtk_la_SOURCES = \ stattext.cpp \ tbargtk.cpp \ textctrl.cpp \ - textdlg.cpp \ timer.cpp \ tooltip.cpp \ utilsgtk.cpp \