Browse Source

need to install tinyxml.h

David Rose 15 years ago
parent
commit
6138518de9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/dxml/Sources.pp

+ 3 - 0
panda/src/dxml/Sources.pp

@@ -9,6 +9,9 @@
   #define INCLUDED_SOURCES  \
   #define INCLUDED_SOURCES  \
      tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp
      tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp
 
 
+  #define INSTALL_HEADERS \
+    tinyxml.h
+
   #define EXTRA_CDEFS TIXML_USE_STL
   #define EXTRA_CDEFS TIXML_USE_STL
   #define C++FLAGS $[CFLAGS_SHARED]
   #define C++FLAGS $[CFLAGS_SHARED]