New upstream version 2.1.3
This commit is contained in:
13
nxviewer-passwd/nxpasswd/Imakefile
Normal file
13
nxviewer-passwd/nxpasswd/Imakefile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifdef SunArchitecture
|
||||
EXTRA_DEFINES = -D__EXTENSIONS__
|
||||
#endif
|
||||
|
||||
SRCS = vncpasswd.c
|
||||
INCLUDES = -I../include
|
||||
VNCAUTH_LIB = ../libvncauth/libvncauth.a
|
||||
|
||||
all:: nxpasswd
|
||||
|
||||
NormalProgramTarget(nxpasswd,vncpasswd.o,$(VNCAUTH_LIB),$(VNCAUTH_LIB),)
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user