0bde30e4d4e37129a07f50e19bace66798071cf5
[lttng-tools.git] / src / common / config / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 noinst_LTLIBRARIES = libconfig.la
4
5 libconfig_la_SOURCES = ini.c ini.h config.c config.h
6 libconfig_la_CPPFLAGS = $(XML_CPPFLAGS)
7 libconfig_la_LIBADD = $(XML_LIBS)
This page took 0.029255 seconds and 3 git commands to generate.