Bump soname major to 1
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
1 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
2
3 lib_LTLIBRARIES = liblttng-ust-dl.la
4 liblttng_ust_dl_la_SOURCES = \
5 lttng-ust-dl.c \
6 ust_dl.c \
7 ust_dl.h
8
9 liblttng_ust_dl_la_LIBADD = \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la \
11 $(DL_LIBS)
12
13 liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)
14 liblttng_ust_dl_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.030933 seconds and 4 git commands to generate.