Commit | Line | Data |
---|---|---|
9dc7b7ff NC |
1 | AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ |
2 | -I$(top_srcdir)/include | |
3 | AM_CFLAGS = -fno-strict-aliasing | |
4 | ||
5 | lib_LTLIBRARIES = libustconsumer.la | |
6 | ||
7 | libustconsumer_la_SOURCES = libustconsumer.c lowlevel.c lowlevel.h | |
8 | ||
9 | libustconsumer_la_LDFLAGS = -no-undefined -version-info 0:0:0 | |
10 | ||
11 | libustconsumer_la_LIBADD = \ | |
12 | -lpthread \ | |
13 | $(top_builddir)/snprintf/libustsnprintf.la \ | |
14 | $(top_builddir)/libustcomm/libustcomm.la | |
15 | ||
16 | libustconsumer_la_CFLAGS = -fno-strict-aliasing |