Skip to content
Snippets Groups Projects
Commit 9424facd authored by Matthias Clasen's avatar Matthias Clasen
Browse files

2.53.4

parent 2219cfb9
No related branches found
Tags 2.53.4
No related merge requests found
......@@ -32,10 +32,10 @@ else
rpath_hack = -rpath /
endif
libtestmodulea_la_SOURCES = test-module-a.c
libtestmodulea_la_SOURCES = test-module-a.c symbol-visibility.h
libtestmodulea_la_LIBADD = $(LDADD)
libtestmodulea_la_LDFLAGS = $(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)
libtestmoduleb_la_SOURCES = test-module-b.c
libtestmoduleb_la_SOURCES = test-module-b.c symbol-visibility.h
libtestmoduleb_la_LIBADD = $(LDADD)
libtestmoduleb_la_LDFLAGS =$(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment