Use a variable to select the dlopen lib in Makefiles
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
CommitLineData
f866ecaa 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
e1c62734 2AM_CFLAGS += -fno-strict-aliasing
b13d93c2
PW
3
4lib_LTLIBRARIES = liblttng-ust-dl.la
13436238 5liblttng_ust_dl_la_SOURCES = \
6d4658aa
AB
6 lttng-ust-dl.c \
7 ust_dl.c \
8 ust_dl.h
b13d93c2 9
9d4d2a63
MJ
10liblttng_ust_dl_la_LIBADD = \
11 $(top_builddir)/liblttng-ust/liblttng-ust.la \
12 $(DL_LIBS)
b13d93c2 13
e1c62734 14liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)
This page took 0.023959 seconds and 4 git commands to generate.