use signal safe ust_safe_snprintf()
[ust.git] / ustctl / Makefile.am
CommitLineData
41ba5806
PMF
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS)
fbca6b62 3
55ad629d 4bin_PROGRAMS = ustctl
41ba5806 5ustctl_SOURCES = ustctl.c $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h $(top_srcdir)/libustcmd/ustcmd.c $(top_srcdir)/libustcmd/ustcmd.h
e529b2f9 6ustctl_CFLAGS = -DUST_COMPONENT=ustctl
bf0d695d 7ustctl_LDADD = $(top_builddir)/snprintf/libustsnprintf.la
This page took 0.023167 seconds and 4 git commands to generate.