Commit c1032025 authored by Eric Petit's avatar Eric Petit

contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)

parent 864829ad
......@@ -43,6 +43,7 @@ export LIBRARY_PATH = $(PREFIX)/lib:%A/lib:/boot/home/config/lib:/boot/beos/syst
export BELIBRARIES = $(PREFIX)/lib:/boot/develop/lib/x86
export C_INCLUDE_PATH = $(PREFIX)/include
export CPLUS_INCLUDE_PATH = $(PREFIX)/include
export LDFLAGS = -lnet
endif
# ***************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment