Merge branch 'feature/export' of https://github.com/czchen/r3 into czchen-feature/export

Conflicts:
	src/Makefile.am
This commit is contained in:
c9s 2014-05-20 01:26:40 +08:00
commit 678d096d07

View file

@ -1,6 +1,7 @@
lib_LTLIBRARIES = libr3.la
# lib_LIBRARIES = libr3.a
libr3_la_SOURCES = node.c edge.c str.c token.c
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