view dep/pugixml/Makefile.am @ 291:9a88e1725fd2

*: refactor lots of stuff I forgot to put this into different commits, oops! anyway, it doesn't really matter *that* much since this is an unfinished hobby project anyway. once it starts getting stable commit history will be more important, but for now it's not that big of a deal
author Paper <paper@paper.us.eu.org>
date Sun, 12 May 2024 16:31:07 -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