Skip to content

Commit

Permalink
Link libxscript with boost
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Sep 6, 2008
1 parent 571b2bd commit d12dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Makefile.am
Expand Up @@ -40,7 +40,7 @@ noinst_HEADERS = details/expect.h details/extension_list.h details/loader.h \
details/dummy_average_counter.h \
details/dummy_simple_counter.h

libxscript_la_LDFLAGS = -lpthread -ldl
libxscript_la_LDFLAGS = -lpthread -ldl -lboost_thread -lboost_regex -lboost_filesystem -lcrypto

AM_CXXFLAGS = -Wall -fexceptions -frtti -ftemplate-depth-128 -finline -pthread -I@top_srcdir@/include -I@builddir@ @yandex_platform_CFLAGS@
AM_LDFLAGS = -lboost_thread -lboost_regex -lboost_filesystem -lcrypto -I@top_srcdir@/include @yandex_platform_LIBS@

0 comments on commit d12dee8

Please sign in to comment.