made the makefiles of the example to use the config-file.
[luabind.git] / examples / cln / makefile
blob23fa2807ed95db58623521844d2cdb6b90dbcc30
1 include ../../config
3 cln_test: cln_test.cpp
4 $(CXX) cln_test.cpp -o cln_test $(LUA_PATH) -I- $(BOOST_PATH) -I../../ $(LUA_LIB_PATH) -L../../lib -lluabind -llua -llualib -lcln