make libustcomm into a static lib
[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
c7dc133c
PMF
5
6ustctl_SOURCES = \
7 ustctl.c \
8 $(top_srcdir)/libustcmd/ustcmd.c \
9 $(top_srcdir)/libustcmd/ustcmd.h
10
e529b2f9 11ustctl_CFLAGS = -DUST_COMPONENT=ustctl
c7dc133c
PMF
12
13ustctl_LDADD = \
14 $(top_builddir)/snprintf/libustsnprintf.la \
15 $(top_builddir)/libustcomm/libustcomm.la
This page took 0.027142 seconds and 4 git commands to generate.