f2a9996e60eb386435affe4659a8aa533a3a55f3
[ust.git] / libustfork / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libustfork.la
5 libustfork_la_SOURCES = ustfork.c
6 libustfork_la_LIBADD = \
7 -ldl \
8 $(top_builddir)/libust/libust.la
9 libustfork_CFLAGS = -DUST_COMPONENT=libustfork -fno-strict-aliasing
This page took 0.037656 seconds and 5 git commands to generate.