X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a622c1524077309e71fa5e56867dbbc51244eaed..e03bcf0d4078469128337dbbd880ea2135dc4718:/src/gtk1/Makefile.am diff --git a/src/gtk1/Makefile.am b/src/gtk1/Makefile.am index 2c4e4a51eb..2ff1e24db6 100644 --- a/src/gtk1/Makefile.am +++ b/src/gtk1/Makefile.am @@ -14,8 +14,6 @@ LIBS = $(GUILIBS) VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} -EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" - lib_LTLIBRARIES = @WX_LIBRARY_NAME@ EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la @@ -33,36 +31,23 @@ libwx_gtk_la_SOURCES = \ parser.c \ \ cmndata.cpp \ - dynarray.cpp \ - filefn.cpp \ - hash.cpp \ - list.cpp \ - matrix.cpp \ - memory.cpp \ - module.cpp \ - object.cpp \ - string.cpp \ - timercmn.cpp \ - utilscmn.cpp \ - tokenzr.cpp \ - variant.cpp \ - wxchar.cpp \ -\ config.cpp \ date.cpp \ datstrm.cpp \ - db.cpp \ - dbtable.cpp \ dcbase.cpp \ + dlgcmn.cpp \ docmdi.cpp \ docview.cpp \ + dynarray.cpp \ dynlib.cpp \ event.cpp \ file.cpp \ fileconf.cpp \ + filefn.cpp \ framecmn.cpp \ ftp.cpp \ gdicmn.cpp \ + hash.cpp \ helpbase.cpp \ http.cpp \ image.cpp \ @@ -73,10 +58,15 @@ libwx_gtk_la_SOURCES = \ intl.cpp \ ipcbase.cpp \ layout.cpp \ + list.cpp \ log.cpp \ longlong.cpp \ + matrix.cpp \ + memory.cpp \ mimetype.cpp \ + module.cpp \ mstream.cpp \ + object.cpp \ objstrm.cpp \ odbc.cpp \ paper.cpp \ @@ -92,21 +82,29 @@ libwx_gtk_la_SOURCES = \ serbase.cpp \ socket.cpp \ stream.cpp \ + string.cpp \ tbarbase.cpp \ tbarsmpl.cpp \ textfile.cpp \ time.cpp \ + timercmn.cpp \ + tokenzr.cpp \ url.cpp \ + utilscmn.cpp \ valgen.cpp \ validate.cpp \ valtext.cpp \ + variant.cpp \ wfstream.cpp \ wincmn.cpp \ + wxchar.cpp \ wxexpr.cpp \ zstream.cpp \ +\ + db.cpp \ + dbtable.cpp \ \ caret.cpp \ - choicdgg.cpp \ colrdlgg.cpp \ dcpsg.cpp \ dirdlgg.cpp \ @@ -117,7 +115,6 @@ libwx_gtk_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -130,7 +127,7 @@ libwx_gtk_la_SOURCES = \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ - textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -145,6 +142,7 @@ libwx_gtk_la_SOURCES = \ checkbox.cpp \ checklst.cpp \ choice.cpp \ + choicdlg.cpp \ clipbrd.cpp \ colour.cpp \ combobox.cpp \ @@ -169,6 +167,7 @@ libwx_gtk_la_SOURCES = \ mdi.cpp \ menu.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -185,6 +184,7 @@ libwx_gtk_la_SOURCES = \ stattext.cpp \ tbargtk.cpp \ textctrl.cpp \ + textdlg.cpp \ timer.cpp \ tooltip.cpp \ utilsgtk.cpp \