Commit | Line | Data |
---|---|---|
41ba5806 | 1 | AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ |
d159ac37 | 2 | -I$(top_srcdir)/include -I$(top_srcdir)/libustd |
16c83055 | 3 | AM_CFLAGS = -fno-strict-aliasing |
55355fa5 | 4 | |
6cb88bc0 | 5 | bin_PROGRAMS = ustd |
c7dc133c | 6 | |
d159ac37 | 7 | ustd_SOURCES = ustd.c |
c7dc133c PMF |
8 | |
9 | ustd_LDADD = \ | |
10 | $(top_builddir)/snprintf/libustsnprintf.la \ | |
d159ac37 AH |
11 | $(top_builddir)/libustcomm/libustcomm.la \ |
12 | $(top_builddir)/libustd/libustd.la | |
c7dc133c | 13 | |
16c83055 | 14 | ustd_CFLAGS = -DUST_COMPONENT=ustd -fno-strict-aliasing |