Ignore:
Timestamp:
Apr 9, 2008 1:34:49 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: removed pjstun-srv-test project and fixed build errors with gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/build/Makefile

    r1913 r1916  
    5959# 
    6060export PJTURN_SRV_SRCDIR = ../src/pjturn-srv 
    61 export PJTURN_SRV_OBJS +=       allocation.o auth.o listener_udp.o server.o \ 
    62                                 main.o 
     61export PJTURN_SRV_OBJS += allocation.o auth.o listener_udp.o \ 
     62                          listener_tcp.o server.o main.o 
    6363export PJTURN_SRV_CFLAGS += $(_CFLAGS) 
    6464export PJTURN_SRV_LDFLAGS += $(_LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.