Commit | Line | Data |
---|---|---|
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm | |
2 | AM_CFLAGS = -fno-strict-aliasing | |
3 | ||
4 | noinst_LTLIBRARIES = libustctl.la | |
5 | ||
6 | libustctl_la_SOURCES = | |
7 | ||
8 | libustctl_la_LIBADD = $(top_builddir)/libustcomm/libustcomm.la | |
9 |