Commit | Line | Data |
---|---|---|
62d3069f DG |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
2 | AM_CFLAGS = -fno-strict-aliasing | |
3 | ||
4 | noinst_LTLIBRARIES = libustcomm.la | |
5 | ||
97b1a726 | 6 | libustcomm_la_SOURCES = |
62d3069f DG |
7 | |
8 | libustcomm_la_LDFLAGS = -no-undefined -static | |
9 | ||
10 | libustcomm_la_CFLAGS = -fPIC -fno-strict-aliasing | |
97b1a726 | 11 |