X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fae05df5a988883e9c6683ccded766dfb7b84b1b..ff881f70d36b20561c9b941461555bc92057ee01:/src/motif/Makefile.am diff --git a/src/motif/Makefile.am b/src/motif/Makefile.am index 7a692f9537..63081cea04 100644 --- a/src/motif/Makefile.am +++ b/src/motif/Makefile.am @@ -12,7 +12,7 @@ SUFFIXES = .cpp .c DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) LIBS = $(GUILIBS) -VPATH = .:${srcdir}:${srcdir}/xmcombo:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} +VPATH = .:${srcdir}:${srcdir}/xmcombo:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH} EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" @@ -31,6 +31,8 @@ libwx_motif_la_SOURCES = \ extended.c \ parser.c \ xmcombo.c \ + gsocket.c \ + gsockmot.cpp \ \ cmndata.cpp \ dynarray.cpp \ @@ -59,8 +61,12 @@ libwx_motif_la_SOURCES = \ docview.cpp \ dynlib.cpp \ event.cpp \ + ffile.cpp \ file.cpp \ fileconf.cpp \ + filesys.cpp \ + fs_inet.cpp \ + fs_zip.cpp \ framecmn.cpp \ ftp.cpp \ gdicmn.cpp \ @@ -87,7 +93,6 @@ libwx_motif_la_SOURCES = \ resource.cpp \ sckaddr.cpp \ sckfile.cpp \ - sckint.cpp \ sckipc.cpp \ sckstrm.cpp \ serbase.cpp \ @@ -95,6 +100,7 @@ libwx_motif_la_SOURCES = \ stream.cpp \ tbarbase.cpp \ tbarsmpl.cpp \ + textcmn.cpp \ textfile.cpp \ txtstrm.cpp \ time.cpp \ @@ -105,8 +111,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 \ @@ -119,6 +128,7 @@ libwx_motif_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ + numdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -188,7 +198,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 \