]> git.saurik.com Git - wxWidgets.git/commitdiff
(blind) fix to last commit
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 11 Sep 2003 15:26:34 +0000 (15:26 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 11 Sep 2003 15:26:34 +0000 (15:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common_contrib.bkl

index 0a2c2dd880af3f0d50981dc22a5baf014f93d659..feb1d67469eb44169b1589d493edcbd423a45f49 100644 (file)
         <template id="wx_contrib_sample" template="wx_sample">
             <include>$(CONTRIB_HDR_DIR)</include>
         </template>
+        <template id="wx_contrib_util" template="wx_util">
+            <include>$(CONTRIB_HDR_DIR)</include>
+        </template>
     </if>
     
     <template id="wx_contrib_dll"
               template="wx_dll_b" template_append="wx_append">
         <include>$(CONTRIB_HDR_DIR)</include>
     </template>
-
     
     <template id="wx_contrib_headers">
         <srcdir>$(CONTRIB_HDR_DIR)</srcdir>
-    </template>    
-
-    <template id="wx_contrib_util" template="wx_util">
-        <include>$(CONTRIB_HDR_DIR)</include>
     </template>
 </makefile>