Commit | Line | Data |
---|---|---|
41ba5806 PMF |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \ |
2 | -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS) | |
16c83055 | 3 | AM_CFLAGS = -fno-strict-aliasing |
fbca6b62 | 4 | |
55ad629d | 5 | bin_PROGRAMS = ustctl |
c7dc133c PMF |
6 | |
7 | ustctl_SOURCES = \ | |
8 | ustctl.c \ | |
9 | $(top_srcdir)/libustcmd/ustcmd.c \ | |
10 | $(top_srcdir)/libustcmd/ustcmd.h | |
11 | ||
16c83055 | 12 | ustctl_CFLAGS = -DUST_COMPONENT=ustctl -fno-strict-aliasing |
c7dc133c PMF |
13 | |
14 | ustctl_LDADD = \ | |
15 | $(top_builddir)/snprintf/libustsnprintf.la \ | |
16 | $(top_builddir)/libustcomm/libustcomm.la |