librazor/Makefile.am
changeset 454 56ff755c268c
parent 453 1fd1d221092d
child 455 df914f383f5c
     1.1 --- a/librazor/Makefile.am	Fri Oct 03 15:05:33 2014 +0100
     1.2 +++ b/librazor/Makefile.am	Sat Oct 04 18:12:58 2014 +0100
     1.3 @@ -47,7 +47,7 @@
     1.4  
     1.5  librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
     1.6  	../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
     1.7 -librazor_la_LDFLAGS = -no-undefined \
     1.8 +librazor_la_LDFLAGS = -no-undefined -export-symbols-regex '^razor_' \
     1.9  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
    1.10  
    1.11  if HAVE_LUA