Define and use DLOPEN_LIBS
This commit is contained in:
committed by
Ondřej Surý
parent
30b9ebfa2c
commit
da999a7a1b
@@ -9,4 +9,4 @@ AM_CFLAGS += -Wall -pedantic
|
||||
check_LTLIBRARIES = libdummyrpz.la
|
||||
libdummyrpz_la_SOURCES= dummylib.c test-data.c trpz.h test-data.h
|
||||
libdummyrpz_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
|
||||
LDADD += -lpthread -ldl
|
||||
LDADD += -lpthread $(DLOPEN_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user