Export symbols only when it matches regex '^r3_'
This commit is contained in:
parent
611eee4c05
commit
bad5cc8966
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
lib_LTLIBRARIES = libr3.la
|
||||
# lib_LIBRARIES = libr3.a
|
||||
libr3_la_SOURCES = node.c edge.c list.c str.c token.c
|
||||
libr3_la_LDFLAGS = -export-symbols-regex '^r3_'
|
||||
|
||||
libr3_la_LIBADD=$(DEPS_LIBS)
|
||||
AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall
|
||||
|
|
Loading…
Reference in a new issue