[Olsr-cvs] olsrd-current/make Makefile.linux,1.4,1.5
Andreas T�nnesen
(spam-protected)
Fri Jan 6 07:54:06 CET 2006
Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18909/make
Modified Files:
Makefile.linux
Log Message:
Initial libnet code for testing. Works on Linux now, do make USE_LIBNET=1 to use
Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.linux 19 Nov 2005 08:43:51 -0000 1.4
--- Makefile.linux 6 Jan 2006 06:54:03 -0000 1.5
***************
*** 27,31 ****
LDFLAGS += -fPIC
endif
!
OS_LIB_PTHREAD = -lpthread
OS_LIB_DYNLOAD = -ldl
--- 27,36 ----
LDFLAGS += -fPIC
endif
!
! ifdef USE_LIBNET
! LIBS += -lnet
! CFLAGS += -DUSE_LIBNET
! endif
!
OS_LIB_PTHREAD = -lpthread
OS_LIB_DYNLOAD = -ldl
More information about the Olsr-cvs
mailing list