]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/Makefile.am
Made tearoff menus work for gtk :-)
[wxWidgets.git] / src / gtk / Makefile.am
index 51c48c4cab30ecb0575e9a116a938eab2b42d871..3e510bc20b9af4b403f45d40ff8d4630d6816228 100644 (file)
@@ -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 \