From 108f34a6661153709a9cde228f41cdd30bbd5e67 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Jan 2016 23:14:30 +0300 Subject: Move xml defines into separate file. --- src/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3d36ed226..ce8e9ec86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -473,6 +473,7 @@ SRC += events/actionevent.h \ utils/naclmessages.cpp \ utils/naclmessages.h \ utils/xml.h \ + utils/xml.inc \ utils/xmlutils.cpp \ utils/xmlutils.h \ test/testlauncher.cpp \ @@ -692,11 +693,13 @@ SRC += events/actionevent.h \ if ENABLE_PUGIXML SRC += utils/xml/pugixml.cpp \ - utils/xml/pugixml.h + utils/xml/pugixml.h \ + utils/xml/pugixml.inc endif if ENABLE_LIBXML SRC += utils/xml/libxml.cpp \ - utils/xml/libxml.h + utils/xml/libxml.h \ + utils/xml/libxml.inc endif dyecmd_SOURCES += ${SRC} -- cgit v1.2.3-60-g2f50