Commit | Line | Data |
---|---|---|
1 | AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ | |
2 | -I$(top_srcdir)/include -I$(top_srcdir)/libustconsumer | |
3 | AM_CFLAGS = -fno-strict-aliasing | |
4 | ||
5 | bin_PROGRAMS = ust-consumerd | |
6 | ||
7 | ust_consumerd_SOURCES = ust-consumerd.c | |
8 | ||
9 | ust_consumerd_LDADD = \ | |
10 | $(top_builddir)/snprintf/libustsnprintf.la \ | |
11 | $(top_builddir)/libustcomm/libustcomm.la \ | |
12 | $(top_builddir)/libustconsumer/libustconsumer.la | |
13 | ||
14 | ust_consumerd_CFLAGS = -DUST_COMPONENT=ust-consumerd -fno-strict-aliasing |