X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/329e86bfdedacf2736fa77eea1ae171c3c732355..98d3fdbedde0fb8fc0c70c3e9c384b59ecbeedac:/src/gtk/Makefile.am diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 3e510bc20b..596102f8d1 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -12,7 +12,7 @@ SUFFIXES = .cpp .c DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) LIBS = $(GUILIBS) -VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} +VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH} lib_LTLIBRARIES = @WX_LIBRARY_NAME@ EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la @@ -44,7 +44,10 @@ libwx_gtk_la_SOURCES = \ file.cpp \ fileconf.cpp \ filefn.cpp \ + filesys.cpp \ framecmn.cpp \ + fs_inet.cpp \ + fs_zip.cpp \ ftp.cpp \ gdicmn.cpp \ hash.cpp \ @@ -86,9 +89,11 @@ libwx_gtk_la_SOURCES = \ tbarbase.cpp \ tbarsmpl.cpp \ textfile.cpp \ + txtstrm.cpp \ time.cpp \ timercmn.cpp \ tokenzr.cpp \ + unzip.c \ url.cpp \ utilscmn.cpp \ valgen.cpp \ @@ -100,10 +105,12 @@ libwx_gtk_la_SOURCES = \ wxchar.cpp \ wxexpr.cpp \ zstream.cpp \ + zipstream.cpp \ \ db.cpp \ dbtable.cpp \ \ + busyinfo.cpp \ caret.cpp \ colrdlgg.cpp \ dcpsg.cpp \ @@ -191,7 +198,26 @@ libwx_gtk_la_SOURCES = \ utilsgtk.cpp \ utilsres.cpp \ wave.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 + # these are the sources which we build by our own rules #