Commit | Line | Data |
---|---|---|
41ba5806 PMF |
1 | AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ |
2 | -I$(top_srcdir)/include | |
55355fa5 | 3 | |
6cb88bc0 | 4 | bin_PROGRAMS = ustd |
41ba5806 | 5 | ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h |
bf0d695d | 6 | ustd_LDADD = $(top_builddir)/snprintf/libustsnprintf.la |
6cb88bc0 | 7 | ustd_LDFLAGS = -lpthread |
8434447d | 8 | ustd_CFLAGS = -DUST_COMPONENT=ustd |