From 6138518de9f389cb8087dc5c41c784df933c8c06 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 25 May 2010 20:53:36 +0000 Subject: [PATCH] need to install tinyxml.h --- panda/src/dxml/Sources.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/dxml/Sources.pp b/panda/src/dxml/Sources.pp index 35addca273..31ba2bbe6a 100644 --- a/panda/src/dxml/Sources.pp +++ b/panda/src/dxml/Sources.pp @@ -9,6 +9,9 @@ #define INCLUDED_SOURCES \ tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp + #define INSTALL_HEADERS \ + tinyxml.h + #define EXTRA_CDEFS TIXML_USE_STL #define C++FLAGS $[CFLAGS_SHARED]