]> git.saurik.com Git - wxWidgets.git/commitdiff
list also headers in the bakefile
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 6 Oct 2008 09:32:05 +0000 (09:32 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 6 Oct 2008 09:32:05 +0000 (09:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/src/ifacecheck.bkl

index a3b3038b9cd24375a69b03b3680f48f6a79cb78e..eb512755e20c137ec271af9d2e15123ed791814c 100644 (file)
@@ -6,7 +6,12 @@
     <include file="../../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="ifacecheck" template="wx_util_console" template_append="wx_append_base">
-        <sources>ifacecheck.cpp xmlparser.cpp</sources>
+        <sources>
+            ifacecheck.cpp
+            xmlparser.cpp
+        </sources>
+        <headers>xmlparser.h</headers>
+
         <wx-lib>xml</wx-lib>
         <wx-lib>base</wx-lib>
         <install-to>$(BINDIR)</install-to>