This commit is contained in:
parent
d07ea0c651
commit
4fa30c8a21
1 changed files with 6 additions and 6 deletions
|
@ -1,24 +1,24 @@
|
|||
#SUBDIRS = .
|
||||
SUBDIRS = .
|
||||
|
||||
lib_LTLIBRARIES = libXSock.la
|
||||
lib_LTLIBRARIES = libxsock.la
|
||||
|
||||
#bin_PROGRAMS = libulm.o
|
||||
|
||||
libXSock_la_SOURCES = \
|
||||
libxsock_la_SOURCES = \
|
||||
xsock.cpp \
|
||||
xsock_tcp.cpp \
|
||||
xsock_udp.cpp \
|
||||
xsock_udp_reliable.cpp
|
||||
|
||||
libXSock_la_SOURCES += \
|
||||
libxsock_la_SOURCES += \
|
||||
xsock.h \
|
||||
xsock_errors.h \
|
||||
xsock_global.h \
|
||||
xsock_iface.h
|
||||
|
||||
libXSock_la_CFLAGS = -DTRACE -static
|
||||
libxsock_la_CFLAGS = -DTRACE -static
|
||||
|
||||
libXSock_la_LDFLAGS = \
|
||||
libxsock_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
-version-info @XSOCK_LIB_CURRENT@:@XSOCK_LIB_REVISION@:@XSOCK_LIB_AGE@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue