view dep/pugixml/Makefile.am @ 305:91ac90a34003

core/time: remove Duration class, use regular functions instead this class was pretty useless anyway
author Paper <paper@paper.us.eu.org>
date Sun, 19 May 2024 15:56:20 -0400
parents a0eeb2cc7e6d
children
line wrap: on
line source

lib_LTLIBRARIES = libpugixml.la

libpugixml_la_SOURCES = \
	src/pugixml.cpp \
	src/pugiconfig.hpp

include_HEADERS = src/pugixml.hpp

libpugixml_la_CXXFLAGS = -std=c++11
ACLOCAL_AMFLAGS = -I m4