Update export symbols regex to ^r3_|^match_
This commit is contained in:
parent
bad5cc8966
commit
7bf513d5cd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +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_LDFLAGS = -export-symbols-regex '^r3_|^match_'
|
||||
|
||||
libr3_la_LIBADD=$(DEPS_LIBS)
|
||||
AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall
|
||||
|
|
Loading…
Reference in a new issue