You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
685 B
39 lines
685 B
|
|
AM_CFLAGS = -DICE_t -DTRANS_SERVER -DTRANS_CLIENT -DUNIXCONN -DANSICPP
|
|
INCLUDES = $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkICE.la
|
|
|
|
noinst_HEADERS = ICE.h \
|
|
ICEconn.h \
|
|
ICElib.h \
|
|
ICElibint.h \
|
|
ICEmsg.h \
|
|
ICEproto.h \
|
|
ICEutil.h \
|
|
Xtrans.h \
|
|
Xtransint.h \
|
|
Xfuncproto.h \
|
|
globals.h
|
|
|
|
libkICE_la_SOURCES = accept.c \
|
|
authutil.c \
|
|
connect.c \
|
|
error.c \
|
|
getauth.c \
|
|
iceauth.c \
|
|
listen.c \
|
|
listenwk.c \
|
|
locking.c \
|
|
misc.c \
|
|
ping.c \
|
|
process.c \
|
|
protosetup.c \
|
|
register.c \
|
|
replywait.c \
|
|
setauth.c \
|
|
shutdown.c \
|
|
watch.c \
|
|
transport.c \
|
|
globals.c
|