2025-08-18 09:47:34 +02:00

17 lines
269 B
Plaintext

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
#endif
CDEBUGFLAGS += -Wno-error=implicit-function-declaration -fpermissive
SRCS = vncauth.c d3des.c
OBJS = vncauth.o d3des.o
INCLUDES = -I. -I../include
NormalLibraryTarget(vncauth,$(OBJS))
DependTarget()