X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58c7cd12b9035450e702d36dfdce63bfd008bcd0..2b2edbedb47a54bea26df1bede371bf761e3a233:/src/gtk/Makefile.am diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 51c48c4cab..3e510bc20b 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -4,7 +4,8 @@ ## ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.3 no-dependencies +AUTOMAKE_OPTIONS = 1.3 +# no-dependencies SUFFIXES = .cpp .c @@ -13,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 @@ -36,6 +35,7 @@ libwx_gtk_la_SOURCES = \ date.cpp \ datstrm.cpp \ dcbase.cpp \ + dlgcmn.cpp \ docmdi.cpp \ docview.cpp \ dynarray.cpp \ @@ -88,9 +88,9 @@ libwx_gtk_la_SOURCES = \ textfile.cpp \ time.cpp \ timercmn.cpp \ - utilscmn.cpp \ tokenzr.cpp \ url.cpp \ + utilscmn.cpp \ valgen.cpp \ validate.cpp \ valtext.cpp \ @@ -105,10 +105,10 @@ libwx_gtk_la_SOURCES = \ dbtable.cpp \ \ caret.cpp \ - choicdgg.cpp \ colrdlgg.cpp \ dcpsg.cpp \ dirdlgg.cpp \ + extdlgg.cpp \ fontdlgg.cpp \ gridg.cpp \ helpext.cpp \ @@ -116,7 +116,6 @@ libwx_gtk_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -129,7 +128,7 @@ libwx_gtk_la_SOURCES = \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ - textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -144,6 +143,7 @@ libwx_gtk_la_SOURCES = \ checkbox.cpp \ checklst.cpp \ choice.cpp \ + choicdlg.cpp \ clipbrd.cpp \ colour.cpp \ combobox.cpp \ @@ -168,6 +168,7 @@ libwx_gtk_la_SOURCES = \ mdi.cpp \ menu.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -184,6 +185,7 @@ libwx_gtk_la_SOURCES = \ stattext.cpp \ tbargtk.cpp \ textctrl.cpp \ + textdlg.cpp \ timer.cpp \ tooltip.cpp \ utilsgtk.cpp \