Commit | Line | Data |
---|---|---|
2298f329 NC |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm |
2 | AM_CFLAGS = -fno-strict-aliasing | |
3 | ||
4 | lib_LTLIBRARIES = libustctl.la | |
5 | ||
6 | libustctl_la_SOURCES = \ | |
7 | libustctl.c | |
8 | ||
9 | libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0 | |
10 | ||
11 | libustctl_la_LIBADD = \ | |
12 | $(top_builddir)/libustcomm/libustcomm.la | |
13 | ||
14 | libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing |