Commit | Line | Data |
---|---|---|
c7dc133c | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
16c83055 | 2 | AM_CFLAGS = -fno-strict-aliasing |
c7dc133c | 3 | |
e7cc3e34 | 4 | noinst_LTLIBRARIES = libustcomm.la |
c7dc133c PMF |
5 | libustcomm_la_SOURCES = \ |
6 | ustcomm.h \ | |
4723ca09 NC |
7 | ustcomm.c |
8 | ||
e7cc3e34 | 9 | libustcomm_la_LDFLAGS = -no-undefined -static |
16c83055 | 10 | libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing |