X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe1eee3bb9ecde8c4490ea69c07b5030d69530c..4f84c635dc03a42048661e5fe89d1a0c0e047408:/src/motif/Makefile.am diff --git a/src/motif/Makefile.am b/src/motif/Makefile.am index f920cecc9e..5822878182 100644 --- a/src/motif/Makefile.am +++ b/src/motif/Makefile.am @@ -61,6 +61,9 @@ libwx_motif_la_SOURCES = \ event.cpp \ file.cpp \ fileconf.cpp \ + filesys.cpp \ + fs_inet.cpp \ + fs_zip.cpp \ framecmn.cpp \ ftp.cpp \ gdicmn.cpp \ @@ -96,6 +99,7 @@ libwx_motif_la_SOURCES = \ tbarbase.cpp \ tbarsmpl.cpp \ textfile.cpp \ + txtstrm.cpp \ time.cpp \ url.cpp \ valgen.cpp \ @@ -104,8 +108,11 @@ libwx_motif_la_SOURCES = \ wfstream.cpp \ wincmn.cpp \ wxexpr.cpp \ + unzip.c \ + zipstream.cpp \ zstream.cpp \ \ + busyinfo.cpp \ caret.cpp \ choicdgg.cpp \ colrdlgg.cpp \ @@ -118,7 +125,6 @@ libwx_motif_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -170,6 +176,7 @@ libwx_motif_la_SOURCES = \ menu.cpp \ menuitem.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -187,7 +194,25 @@ libwx_motif_la_SOURCES = \ timer.cpp \ toolbar.cpp \ utils.cpp \ - window.cpp + window.cpp \ +\ + htmlcell.cpp \ + htmlfilter.cpp \ + htmlhelp.cpp \ + htmlhelp_io.cpp \ + htmlparser.cpp \ + htmltag.cpp \ + htmlwin.cpp \ + htmlwinparser.cpp \ + mod_fonts.cpp \ + mod_hline.cpp \ + mod_image.cpp \ + mod_layout.cpp \ + mod_links.cpp \ + mod_list.cpp \ + mod_pre.cpp \ + mod_tables.cpp \ + search.cpp # propform.cpp \ # proplist.cpp \