]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing header files so they'll get installed
authorRobin Dunn <robin@alldunn.com>
Tue, 10 Oct 2006 03:45:05 +0000 (03:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 10 Oct 2006 03:45:05 +0000 (03:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/files.bkl
build/msw/wx_adv.dsp
build/msw/wx_core.dsp
src/wxWindows.dsp

index ad0f36a06b2dcee3c70208c62022da7a5b70e6cc..07e2eb285a4153076c5fecde525e0822609b03e1 100644 (file)
@@ -2579,8 +2579,12 @@ COND_TOOLKIT_COCOA_ADVANCED_PLATFORM_HDR =  \
        wx/cocoa/taskbar.h \
        wx/mac/corefoundation/joystick.h
 @COND_TOOLKIT_COCOA@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_COCOA_ADVANCED_PLATFORM_HDR)
-@COND_TOOLKIT_GTK@ADVANCED_PLATFORM_HDR = \
-@COND_TOOLKIT_GTK@     wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h
+COND_TOOLKIT_GTK_ADVANCED_PLATFORM_HDR =  \
+       wx/unix/joystick.h \
+       wx/unix/sound.h \
+       wx/unix/taskbarx11.h \
+       wx/gtk/animate.h
+@COND_TOOLKIT_GTK@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_GTK_ADVANCED_PLATFORM_HDR)
 COND_TOOLKIT_MAC_ADVANCED_PLATFORM_HDR =  \
        wx/generic/animate.h \
        wx/mac/carbon/drawer.h \
@@ -2607,6 +2611,7 @@ COND_TOOLKIT_MSW_ADVANCED_PLATFORM_HDR =  \
 @COND_TOOLKIT_WINCE@ADVANCED_PLATFORM_NATIVE_HDR = wx/msw/datectrl.h
 COND_WXUNIV_0_ADVANCED_HDR =  \
        wx/animate.h \
+       wx/animdecod.h \
        wx/bmpcbox.h \
        wx/calctrl.h \
        wx/dataview.h \
@@ -2647,6 +2652,7 @@ COND_WXUNIV_0_ADVANCED_HDR =  \
 @COND_WXUNIV_0@ADVANCED_HDR = $(COND_WXUNIV_0_ADVANCED_HDR)
 COND_WXUNIV_1_ADVANCED_HDR =  \
        wx/animate.h \
+       wx/animdecod.h \
        wx/bmpcbox.h \
        wx/calctrl.h \
        wx/dataview.h \
index efc791abc5a6e6b851d61713a3162d388718de69..15b33114ff2b1656bf9cf4d0f7c86447ab2c77b1 100644 (file)
@@ -2636,6 +2636,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
 
 <set var="ADVANCED_CMN_HDR" hints="files">
     wx/animate.h
+    wx/animdecod.h
     wx/bmpcbox.h
     wx/calctrl.h
     wx/dataview.h
@@ -3296,7 +3297,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if>
         <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if>
         <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if>
-        <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if>
+        <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK_HDR)</if>
         <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if>
         <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if>
     </set>
index 44064f85c7cad0803d080a005ae6726e474527a7..edde9b64f58c6e20924fc2b4c6ee83a94e06cff4 100644 (file)
@@ -1213,6 +1213,10 @@ SOURCE=..\..\include\wx\animate.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\include\wx\animdecod.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\include\wx\bmpcbox.h
 # End Source File
 # Begin Source File
index b7ea3d8e6f2124df82f557a92c1a73061c8b1ae7..6c6ae161e11cacf5b6e30cbd5dde93ccd9959b6b 100644 (file)
@@ -8605,6 +8605,10 @@ SOURCE=..\..\include\wx\animate.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\include\wx\animdecod.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\include\wx\artprov.h
 # End Source File
 # Begin Source File
index 45379d790226818185fa37340755ac787b3e4833..8345bb5cf145c47da8bbd9ec0c4f7541be558855 100644 (file)
@@ -2179,6 +2179,10 @@ SOURCE=..\include\wx\animate.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\include\wx\animdecod.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\include\wx\app.h
 # End Source File
 # Begin Source File