Add a config_writer API based on libxml2
[lttng-tools.git] / src / common / config / Makefile.am
index 057c137128a741c356cc777509fe3d99576b913d..0bde30e4d4e37129a07f50e19bace66798071cf5 100644 (file)
@@ -3,3 +3,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 noinst_LTLIBRARIES = libconfig.la
 
 libconfig_la_SOURCES = ini.c ini.h config.c config.h
+libconfig_la_CPPFLAGS = $(XML_CPPFLAGS)
+libconfig_la_LIBADD = $(XML_LIBS)
This page took 0.024072 seconds and 4 git commands to generate.