Revert "Detect and document dependency on -ldl on Linux, -lc on BSD for dlopen"
[lttng-ust.git] / tests / dlopen / Makefile.am
CommitLineData
2b9093e1
OEM
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_PROGRAMS = dlopen
4noinst_LTLIBRARIES = libdummy.la
5libdummy_la_SOURCES = libdummy.c
6libdummy_la_LIBADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
7libdummy_la_LDFLAGS = -rpath /nowhere
8dlopen_SOURCES = dlopen.c
5cbd73b8 9dlopen_LDADD = -ldl $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
2b9093e1
OEM
10
11noinst_SCRIPTS = run
12EXTRA_DIST = run
This page took 0.025126 seconds and 4 git commands to generate.