]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix problem with most of wxGTK headers not being installed.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 11:45:38 +0000 (11:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 11:45:38 +0000 (11:45 +0000)
GTK2_HDR should also include all the version-independent wxGTK headers.

Closes #14455.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/files.bkl

index b31ac68e4ffddb572b6f678d7fb2f8230b1318fc..c9f05f85f48ec53c4076887c2d8f38fb977a0bac 100644 (file)
@@ -2863,9 +2863,61 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION__GUI_HDR =  \
        wx/gtk1/tglbtn.h \
        wx/gtk1/treectrl.h
 @COND_TOOLKIT_GTK_TOOLKIT_VERSION_@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION__GUI_HDR)
        wx/gtk1/tglbtn.h \
        wx/gtk1/treectrl.h
 @COND_TOOLKIT_GTK_TOOLKIT_VERSION_@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION__GUI_HDR)
-@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@GUI_HDR \
-@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@   = wx/generic/fontdlgg.h \
-@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@   wx/gtk/gnome/gprint.h
+COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR =  \
+       wx/generic/fdrepdlg.h \
+       wx/generic/filepickerg.h \
+       wx/generic/listctrl.h \
+       wx/generic/statusbr.h \
+       wx/gtk/accel.h \
+       wx/gtk/anybutton.h \
+       wx/gtk/bmpbuttn.h \
+       wx/gtk/button.h \
+       wx/gtk/checkbox.h \
+       wx/gtk/checklst.h \
+       wx/gtk/chkconf.h \
+       wx/gtk/collpane.h \
+       wx/gtk/colordlg.h \
+       wx/gtk/choice.h \
+       wx/gtk/combobox.h \
+       wx/gtk/control.h \
+       wx/gtk/clrpicker.h \
+       wx/gtk/dialog.h \
+       wx/gtk/dirdlg.h \
+       wx/gtk/filectrl.h \
+       wx/gtk/filedlg.h \
+       wx/gtk/fontpicker.h \
+       wx/gtk/filepicker.h \
+       wx/gtk/fontdlg.h \
+       wx/gtk/frame.h \
+       wx/gtk/gauge.h \
+       wx/gtk/gnome/gvfs.h \
+       wx/gtk/infobar.h \
+       wx/gtk/listbox.h \
+       wx/gtk/mdi.h \
+       wx/gtk/menu.h \
+       wx/gtk/menuitem.h \
+       wx/gtk/msgdlg.h \
+       wx/gtk/notebook.h \
+       wx/gtk/print.h \
+       wx/gtk/radiobox.h \
+       wx/gtk/radiobut.h \
+       wx/gtk/scrolbar.h \
+       wx/gtk/scrolwin.h \
+       wx/gtk/slider.h \
+       wx/gtk/spinbutt.h \
+       wx/gtk/spinctrl.h \
+       wx/gtk/statbmp.h \
+       wx/gtk/statbox.h \
+       wx/gtk/statline.h \
+       wx/gtk/stattext.h \
+       wx/gtk/toolbar.h \
+       wx/gtk/textctrl.h \
+       wx/gtk/textentry.h \
+       wx/gtk/tglbtn.h \
+       wx/gtk/treeentry_gtk.h \
+       wx/generic/fontdlgg.h \
+       wx/gtk/gnome/gprint.h
+@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR)
 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR =  \
        wx/generic/fdrepdlg.h \
        wx/generic/filepickerg.h \
 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR =  \
        wx/generic/fdrepdlg.h \
        wx/generic/filepickerg.h \
index 2f827564444975dfb00c12972aff63eda518295e..f5c3e587f2b2cbaa529c24ea53f1b915c36a82c0 100644 (file)
@@ -1236,6 +1236,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     wx/gtk/treeentry_gtk.h
 </set>
 <set var="GTK2_HDR" hints="files">
     wx/gtk/treeentry_gtk.h
 </set>
 <set var="GTK2_HDR" hints="files">
+    $(GTK_HDR)
     wx/generic/fontdlgg.h
     wx/gtk/gnome/gprint.h
 </set>
     wx/generic/fontdlgg.h
     wx/gtk/gnome/gprint.h
 </set>